Html Css Color HEX #C36C40 Zest

📋 copy color: '#C36C40'

red 195 ◦ green 108 ◦ blue 64

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

Shades of Zest #C36C40

Tints of Zest #C36C40

RGB

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

 GREEN value IS 108 (42.58% from 255) = 29.43%

 BLUE value IS 64 (25.39% from 255) = 17.44%

R = 53.13%
G = 29.43%
B = 17.44%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.67

 K value IS 0.24

RGB Variations

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

Color information

#C36C40 (or 0xC36C40) is known color: Zest. HEX triplet: C3, 6C and 40. RGB value is (195,108,64). Sum of RGB (Red+Green+Blue) = 195+108+64=367 (48% of max value = 765). Red value is 195 (76.56% from 255 or 53.13% from 367); Green value is 108 (42.58% from 255 or 29.43% from 367); Blue value is 64 (25.39% from 255 or 17.44% from 367); Max value from RGB is 195 - color contains mainly: red. Hex color #C36C40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C36C40 is #3C93BF. Grayscale: #818181. Windows color (decimal): -3969984 or 4222147. OLE color: 4222147.

HSL color Cylindrical-coordinate representation of color #C36C40: hue angle of 20.15º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C36C40 is Cyan = 0, Magento = 0.45, Yellow = 0.67 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 108 64 -
CMYK 0 0.45 0.67 0.24
HSL 20.15º 0.52% 0.51% -
HSV(B) 20.15º 0.67% 0.76% -
XYZ 28.79 22.7 7.71 -
YUV 129 91.32 175.08 -
System Red Green Blue C M Y K H S L
Decimal 195 108 64 0 0.45 0.67 0.24 20.15 0.52 0.51
Hex C3 6C 40 0 2D 43 18 14 34 33
Octal 303 154 100 0 55 103 30 24 64 63
Binary 11000011 1101100 1000000 0 101101 1000011 11000 10100 110100 110011

Color Harmonies of #C36C40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C36C40

Black with #C36C40

Text Example


Text Example

White with #C36C40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C36C40; }

 p { color: rgb(195,108,64); }

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

background-color css

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

 a { background-color: rgb(195,108,64); }

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

border-color css

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

 span { border-color: rgb(195,108,64); }

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