Html Css Color HEX #C47342 Zest

📋 copy color: '#C47342'

red 196 ◦ green 115 ◦ blue 66

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

Shades of Zest #C47342

Tints of Zest #C47342

RGB

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

 GREEN value IS 115 (45.31% from 255) = 30.5%

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

R = 51.99%
G = 30.5%
B = 17.51%

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

#C47342 (or 0xC47342) is known color: Zest. HEX triplet: C4, 73 and 42. RGB value is (196,115,66). Sum of RGB (Red+Green+Blue) = 196+115+66=377 (49% of max value = 765). Red value is 196 (76.95% from 255 or 51.99% from 377); Green value is 115 (45.31% from 255 or 30.50% from 377); Blue value is 66 (26.17% from 255 or 17.51% from 377); Max value from RGB is 196 - color contains mainly: red. Hex color #C47342 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C47342 is #3B8CBD. Grayscale: #858585. Windows color (decimal): -3902654 or 4355012. OLE color: 4355012.

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

Color convert

RGB 196 115 66 -
CMYK 0 0.41 0.66 0.23
HSL 22.62º 0.52% 0.51% -
HSV(B) 22.62º 0.66% 0.77% -
XYZ 29.88 24.39 8.29 -
YUV 133.63 89.84 172.48 -
System Red Green Blue C M Y K H S L
Decimal 196 115 66 0 0.41 0.66 0.23 22.62 0.52 0.51
Hex C4 73 42 0 29 42 17 17 34 33
Octal 304 163 102 0 51 102 27 27 64 63
Binary 11000100 1110011 1000010 0 101001 1000010 10111 10111 110100 110011

Color Harmonies of #C47342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47342

Black with #C47342

Text Example


Text Example

White with #C47342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47342; }

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

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

background-color css

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

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

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

border-color css

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

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

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