Html Css Color HEX #C47041 Zest

📋 copy color: '#C47041'

red 196 ◦ green 112 ◦ blue 65

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

Shades of Zest #C47041

Tints of Zest #C47041

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 17.43%

R = 52.55%
G = 30.03%
B = 17.43%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.67

 K value IS 0.23

RGB Variations

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

Color information

#C47041 (or 0xC47041) is known color: Zest. HEX triplet: C4, 70 and 41. RGB value is (196,112,65). Sum of RGB (Red+Green+Blue) = 196+112+65=373 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.55% from 373); Green value is 112 (44.14% from 255 or 30.03% from 373); Blue value is 65 (25.78% from 255 or 17.43% from 373); Max value from RGB is 196 - color contains mainly: red. Hex color #C47041 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C47041 is #3B8FBE. Grayscale: #848484. Windows color (decimal): -3903423 or 4288708. OLE color: 4288708.

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

Color convert

RGB 196 112 65 -
CMYK 0 0.43 0.67 0.23
HSL 21.53º 0.53% 0.51% -
HSV(B) 21.53º 0.67% 0.77% -
XYZ 29.51 23.71 8.02 -
YUV 131.76 90.33 173.82 -
System Red Green Blue C M Y K H S L
Decimal 196 112 65 0 0.43 0.67 0.23 21.53 0.53 0.51
Hex C4 70 41 0 2B 43 17 16 35 33
Octal 304 160 101 0 53 103 27 26 65 63
Binary 11000100 1110000 1000001 0 101011 1000011 10111 10110 110101 110011

Color Harmonies of #C47041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47041

Black with #C47041

Text Example


Text Example

White with #C47041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47041; }

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

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

background-color css

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

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

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

border-color css

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

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

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