Html Css Color HEX #C47142 Zest

📋 copy color: '#C47142'

red 196 ◦ green 113 ◦ blue 66

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

Shades of Zest #C47142

Tints of Zest #C47142

RGB

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

 GREEN value IS 113 (44.53% from 255) = 30.13%

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

R = 52.27%
G = 30.13%
B = 17.6%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.66

 K value IS 0.23

RGB Variations

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

Color information

#C47142 (or 0xC47142) is known color: Zest. HEX triplet: C4, 71 and 42. RGB value is (196,113,66). Sum of RGB (Red+Green+Blue) = 196+113+66=375 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.27% from 375); Green value is 113 (44.53% from 255 or 30.13% from 375); Blue value is 66 (26.17% from 255 or 17.6% from 375); Max value from RGB is 196 - color contains mainly: red. Hex color #C47142 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C47142 is #3B8EBD. Grayscale: #848484. Windows color (decimal): -3903166 or 4354500. OLE color: 4354500.

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

Color convert

RGB 196 113 66 -
CMYK 0 0.42 0.66 0.23
HSL 21.69º 0.52% 0.51% -
HSV(B) 21.69º 0.66% 0.77% -
XYZ 29.65 23.94 8.21 -
YUV 132.46 90.5 173.32 -
System Red Green Blue C M Y K H S L
Decimal 196 113 66 0 0.42 0.66 0.23 21.69 0.52 0.51
Hex C4 71 42 0 2A 42 17 16 34 33
Octal 304 161 102 0 52 102 27 26 64 63
Binary 11000100 1110001 1000010 0 101010 1000010 10111 10110 110100 110011

Color Harmonies of #C47142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47142

Black with #C47142

Text Example


Text Example

White with #C47142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47142; }

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

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

background-color css

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

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

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

border-color css

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

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

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