Html Css Color HEX #C47445 Zest

📋 copy color: '#C47445'

red 196 ◦ green 116 ◦ blue 69

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

Shades of Zest #C47445

Tints of Zest #C47445

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 18.11%

R = 51.44%
G = 30.45%
B = 18.11%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.65

 K value IS 0.23

RGB Variations

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

Color information

#C47445 (or 0xC47445) is known color: Zest. HEX triplet: C4, 74 and 45. RGB value is (196,116,69). Sum of RGB (Red+Green+Blue) = 196+116+69=381 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.44% from 381); Green value is 116 (45.70% from 255 or 30.45% from 381); Blue value is 69 (27.34% from 255 or 18.11% from 381); Max value from RGB is 196 - color contains mainly: red. Hex color #C47445 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C47445 is #3B8BBA. Grayscale: #868686. Windows color (decimal): -3902395 or 4551876. OLE color: 4551876.

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

Color convert

RGB 196 116 69 -
CMYK 0 0.41 0.65 0.23
HSL 22.2º 0.52% 0.52% -
HSV(B) 22.2º 0.65% 0.77% -
XYZ 30.08 24.66 8.8 -
YUV 134.56 91 171.82 -
System Red Green Blue C M Y K H S L
Decimal 196 116 69 0 0.41 0.65 0.23 22.2 0.52 0.52
Hex C4 74 45 0 29 41 17 16 34 34
Octal 304 164 105 0 51 101 27 26 64 64
Binary 11000100 1110100 1000101 0 101001 1000001 10111 10110 110100 110100

Color Harmonies of #C47445

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47445

Black with #C47445

Text Example


Text Example

White with #C47445

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47445; }

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

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

background-color css

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

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

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

border-color css

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

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

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