Html Css Color HEX #C47042 Zest

📋 copy color: '#C47042'

red 196 ◦ green 112 ◦ blue 66

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

Shades of Zest #C47042

Tints of Zest #C47042

RGB

 RED value IS 196 (76.95% from 255) = 52.41%

 GREEN value IS 112 (44.14% from 255) = 29.95%

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

R = 52.41%
G = 29.95%
B = 17.65%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.66

 K value IS 0.23

RGB Variations

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

Color information

#C47042 (or 0xC47042) is known color: Zest. HEX triplet: C4, 70 and 42. RGB value is (196,112,66). Sum of RGB (Red+Green+Blue) = 196+112+66=374 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.41% from 374); Green value is 112 (44.14% from 255 or 29.95% from 374); Blue value is 66 (26.17% from 255 or 17.65% from 374); Max value from RGB is 196 - color contains mainly: red. Hex color #C47042 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C47042 is #3B8FBD. Grayscale: #848484. Windows color (decimal): -3903422 or 4354244. OLE color: 4354244.

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

Color convert

RGB 196 112 66 -
CMYK 0 0.43 0.66 0.23
HSL 21.23º 0.52% 0.51% -
HSV(B) 21.23º 0.66% 0.77% -
XYZ 29.54 23.72 8.18 -
YUV 131.87 90.83 173.74 -
System Red Green Blue C M Y K H S L
Decimal 196 112 66 0 0.43 0.66 0.23 21.23 0.52 0.51
Hex C4 70 42 0 2B 42 17 15 34 33
Octal 304 160 102 0 53 102 27 25 64 63
Binary 11000100 1110000 1000010 0 101011 1000010 10111 10101 110100 110011

Color Harmonies of #C47042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47042

Black with #C47042

Text Example


Text Example

White with #C47042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47042; }

 p { color: rgb(196,112,66); }

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

background-color css

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

 a { background-color: rgb(196,112,66); }

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

border-color css

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

 span { border-color: rgb(196,112,66); }

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