Html Css Color HEX #C47442 Zest

📋 copy color: '#C47442'

red 196 ◦ green 116 ◦ blue 66

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

Shades of Zest #C47442

Tints of Zest #C47442

RGB

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

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

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

R = 51.85%
G = 30.69%
B = 17.46%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.66

 K value IS 0.23

RGB Variations

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

Color information

#C47442 (or 0xC47442) is known color: Zest. HEX triplet: C4, 74 and 42. RGB value is (196,116,66). Sum of RGB (Red+Green+Blue) = 196+116+66=378 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.85% from 378); Green value is 116 (45.70% from 255 or 30.69% from 378); Blue value is 66 (26.17% from 255 or 17.46% from 378); Max value from RGB is 196 - color contains mainly: red. Hex color #C47442 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C47442 is #3B8BBD. Grayscale: #868686. Windows color (decimal): -3902398 or 4355268. OLE color: 4355268.

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

Color convert

RGB 196 116 66 -
CMYK 0 0.41 0.66 0.23
HSL 23.08º 0.52% 0.51% -
HSV(B) 23.08º 0.66% 0.77% -
XYZ 29.99 24.62 8.33 -
YUV 134.22 89.5 172.07 -
System Red Green Blue C M Y K H S L
Decimal 196 116 66 0 0.41 0.66 0.23 23.08 0.52 0.51
Hex C4 74 42 0 29 42 17 17 34 33
Octal 304 164 102 0 51 102 27 27 64 63
Binary 11000100 1110100 1000010 0 101001 1000010 10111 10111 110100 110011

Color Harmonies of #C47442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47442

Black with #C47442

Text Example


Text Example

White with #C47442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47442; }

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

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

background-color css

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

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

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

border-color css

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

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

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