Html Css Color HEX #C37442 Zest

📋 copy color: '#C37442'

red 195 ◦ green 116 ◦ blue 66

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

Shades of Zest #C37442

Tints of Zest #C37442

RGB

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

 GREEN value IS 116 (45.7% from 255) = 30.77%

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

R = 51.72%
G = 30.77%
B = 17.51%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.66

 K value IS 0.24

RGB Variations

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

Color information

#C37442 (or 0xC37442) is known color: Zest. HEX triplet: C3, 74 and 42. RGB value is (195,116,66). Sum of RGB (Red+Green+Blue) = 195+116+66=377 (49% of max value = 765). Red value is 195 (76.56% from 255 or 51.72% from 377); Green value is 116 (45.70% from 255 or 30.77% from 377); Blue value is 66 (26.17% from 255 or 17.51% from 377); Max value from RGB is 195 - color contains mainly: red. Hex color #C37442 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C37442 is #3C8BBD. Grayscale: #868686. Windows color (decimal): -3967934 or 4355267. OLE color: 4355267.

HSL color Cylindrical-coordinate representation of color #C37442: hue angle of 23.26º 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 #C37442 is Cyan = 0, Magento = 0.41, Yellow = 0.66 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 116 66 -
CMYK 0 0.41 0.66 0.24
HSL 23.26º 0.52% 0.51% -
HSV(B) 23.26º 0.66% 0.76% -
XYZ 29.73 24.49 8.31 -
YUV 133.92 89.67 171.57 -
System Red Green Blue C M Y K H S L
Decimal 195 116 66 0 0.41 0.66 0.24 23.26 0.52 0.51
Hex C3 74 42 0 29 42 18 17 34 33
Octal 303 164 102 0 51 102 30 27 64 63
Binary 11000011 1110100 1000010 0 101001 1000010 11000 10111 110100 110011

Color Harmonies of #C37442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C37442

Black with #C37442

Text Example


Text Example

White with #C37442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C37442; }

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

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

background-color css

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

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

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

border-color css

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

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

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