Html Css Color HEX #C47035 Zest

📋 copy color: '#C47035'

red 196 ◦ green 112 ◦ blue 53

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

Shades of Zest #C47035

Tints of Zest #C47035

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 14.68%

R = 54.29%
G = 31.02%
B = 14.68%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.73

 K value IS 0.23

RGB Variations

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

Color information

#C47035 (or 0xC47035) is known color: Zest. HEX triplet: C4, 70 and 35. RGB value is (196,112,53). Sum of RGB (Red+Green+Blue) = 196+112+53=361 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.29% from 361); Green value is 112 (44.14% from 255 or 31.02% from 361); Blue value is 53 (21.09% from 255 or 14.68% from 361); Max value from RGB is 196 - color contains mainly: red. Hex color #C47035 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C47035 is #3B8FCA. Grayscale: #828282. Windows color (decimal): -3903435 or 3502276. OLE color: 3502276.

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

Color convert

RGB 196 112 53 -
CMYK 0 0.43 0.73 0.23
HSL 24.76º 0.57% 0.49% -
HSV(B) 24.76º 0.73% 0.77% -
XYZ 29.2 23.58 6.38 -
YUV 130.39 84.33 174.8 -
System Red Green Blue C M Y K H S L
Decimal 196 112 53 0 0.43 0.73 0.23 24.76 0.57 0.49
Hex C4 70 35 0 2B 49 17 19 39 31
Octal 304 160 65 0 53 111 27 31 71 61
Binary 11000100 1110000 110101 0 101011 1001001 10111 11001 111001 110001

Color Harmonies of #C47035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47035

Black with #C47035

Text Example


Text Example

White with #C47035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47035; }

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

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

background-color css

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

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

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

border-color css

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

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

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