Html Css Color HEX #C36F42 Zest

📋 copy color: '#C36F42'

red 195 ◦ green 111 ◦ blue 66

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

Shades of Zest #C36F42

Tints of Zest #C36F42

RGB

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

 GREEN value IS 111 (43.75% from 255) = 29.84%

 BLUE value IS 66 (26.17% from 255) = 17.74%

R = 52.42%
G = 29.84%
B = 17.74%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.66

 K value IS 0.24

RGB Variations

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

Color information

#C36F42 (or 0xC36F42) is known color: Zest. HEX triplet: C3, 6F and 42. RGB value is (195,111,66). Sum of RGB (Red+Green+Blue) = 195+111+66=372 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52.42% from 372); Green value is 111 (43.75% from 255 or 29.84% from 372); Blue value is 66 (26.17% from 255 or 17.74% from 372); Max value from RGB is 195 - color contains mainly: red. Hex color #C36F42 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C36F42 is #3C90BD. Grayscale: #838383. Windows color (decimal): -3969214 or 4353987. OLE color: 4353987.

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

Color convert

RGB 195 111 66 -
CMYK 0 0.43 0.66 0.24
HSL 20.93º 0.52% 0.51% -
HSV(B) 20.93º 0.66% 0.76% -
XYZ 29.17 23.36 8.13 -
YUV 130.99 91.33 173.66 -
System Red Green Blue C M Y K H S L
Decimal 195 111 66 0 0.43 0.66 0.24 20.93 0.52 0.51
Hex C3 6F 42 0 2B 42 18 15 34 33
Octal 303 157 102 0 53 102 30 25 64 63
Binary 11000011 1101111 1000010 0 101011 1000010 11000 10101 110100 110011

Color Harmonies of #C36F42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C36F42

Black with #C36F42

Text Example


Text Example

White with #C36F42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C36F42; }

 p { color: rgb(195,111,66); }

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

background-color css

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

 a { background-color: rgb(195,111,66); }

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

border-color css

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

 span { border-color: rgb(195,111,66); }

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