Html Css Color HEX #C37242 Zest

📋 copy color: '#C37242'

red 195 ◦ green 114 ◦ blue 66

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

Shades of Zest #C37242

Tints of Zest #C37242

RGB

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

 GREEN value IS 114 (44.92% from 255) = 30.4%

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

R = 52%
G = 30.4%
B = 17.6%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.66

 K value IS 0.24

RGB Variations

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

Color information

#C37242 (or 0xC37242) is known color: Zest. HEX triplet: C3, 72 and 42. RGB value is (195,114,66). Sum of RGB (Red+Green+Blue) = 195+114+66=375 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52% from 375); Green value is 114 (44.92% from 255 or 30.4% from 375); Blue value is 66 (26.17% from 255 or 17.6% from 375); Max value from RGB is 195 - color contains mainly: red. Hex color #C37242 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C37242 is #3C8DBD. Grayscale: #858585. Windows color (decimal): -3968446 or 4354755. OLE color: 4354755.

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

Color convert

RGB 195 114 66 -
CMYK 0 0.42 0.66 0.24
HSL 22.33º 0.52% 0.51% -
HSV(B) 22.33º 0.66% 0.76% -
XYZ 29.51 24.03 8.24 -
YUV 132.75 90.34 172.4 -
System Red Green Blue C M Y K H S L
Decimal 195 114 66 0 0.42 0.66 0.24 22.33 0.52 0.51
Hex C3 72 42 0 2A 42 18 16 34 33
Octal 303 162 102 0 52 102 30 26 64 63
Binary 11000011 1110010 1000010 0 101010 1000010 11000 10110 110100 110011

Color Harmonies of #C37242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C37242

Black with #C37242

Text Example


Text Example

White with #C37242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C37242; }

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

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

background-color css

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

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

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

border-color css

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

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

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