Html Css Color HEX #C36280 Tapestry

📋 copy color: '#C36280'

red 195 ◦ green 98 ◦ blue 128

#C36280
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tapestry #C36280

Tints of Tapestry #C36280

RGB

 RED value IS 195 (76.56% from 255) = 46.32%

 GREEN value IS 98 (38.67% from 255) = 23.28%

 BLUE value IS 128 (50.39% from 255) = 30.4%

R = 46.32%
G = 23.28%
B = 30.4%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.34

 K value IS 0.24

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#C36280 (or 0xC36280) is known color: Tapestry. HEX triplet: C3, 62 and 80. RGB value is (195,98,128). Sum of RGB (Red+Green+Blue) = 195+98+128=421 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.32% from 421); Green value is 98 (38.67% from 255 or 23.28% from 421); Blue value is 128 (50.39% from 255 or 30.40% from 421); Max value from RGB is 195 - color contains mainly: red. Hex color #C36280 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C36280 is #3C9D7F. Grayscale: #828282. Windows color (decimal): -3972480 or 8413891. OLE color: 8413891.

HSL color Cylindrical-coordinate representation of color #C36280: hue angle of 341.44º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C36280 is Cyan = 0, Magento = 0.50, Yellow = 0.34 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 98 128 -
CMYK 0 0.50 0.34 0.24
HSL 341.44º 0.45% 0.57% -
HSV(B) 341.44º 0.5% 0.76% -
XYZ 30.77 21.9 23.03 -
YUV 130.42 126.64 174.06 -
System Red Green Blue C M Y K H S L
Decimal 195 98 128 0 0.50 0.34 0.24 341.44 0.45 0.57
Hex C3 62 80 0 32 22 18 155 2D 39
Octal 303 142 200 0 62 42 30 525 55 71
Binary 11000011 1100010 10000000 0 110010 100010 11000 101010101 101101 111001

Color Harmonies of #C36280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C36280

Black with #C36280

Text Example


Text Example

White with #C36280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C36280; }

 p { color: rgb(195,98,128); }

 H1.HeaderClassName
 {
   color: #C36280;
 }
 .AnyTagClassName
 {
   color: #C36280;
 }
</style>

background-color css

<style>
 a { background-color: #C36280; }

 a { background-color: rgb(195,98,128); }

 div.DivClassName
 {
   background-color: #C36280;
 }
 .BgClassName
 {
   background-color: #C36280;
 }
</style>

border-color css

<style>
 span { border-color: #C36280; }

 span { border-color: rgb(195,98,128); }

 td.TdClassName
 {
   border-color: #C36280;
 }
 .TagClassName
 {
   border-color: #C36280;
 }
</style>