Html Css Color HEX #C36E32 Zest

📋 copy color: '#C36E32'

red 195 ◦ green 110 ◦ blue 50

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

Shades of Zest #C36E32

Tints of Zest #C36E32

RGB

 RED value IS 195 (76.56% from 255) = 54.93%

 GREEN value IS 110 (43.36% from 255) = 30.99%

 BLUE value IS 50 (19.92% from 255) = 14.08%

R = 54.93%
G = 30.99%
B = 14.08%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.74

 K value IS 0.24

RGB Variations

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

Color information

#C36E32 (or 0xC36E32) is known color: Zest. HEX triplet: C3, 6E and 32. RGB value is (195,110,50). Sum of RGB (Red+Green+Blue) = 195+110+50=355 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.93% from 355); Green value is 110 (43.36% from 255 or 30.99% from 355); Blue value is 50 (19.92% from 255 or 14.08% from 355); Max value from RGB is 195 - color contains mainly: red. Hex color #C36E32 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C36E32 is #3C91CD. Grayscale: #808080. Windows color (decimal): -3969486 or 3305155. OLE color: 3305155.

HSL color Cylindrical-coordinate representation of color #C36E32: hue angle of 24.83º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C36E32 is Cyan = 0, Magento = 0.44, Yellow = 0.74 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 110 50 -
CMYK 0 0.44 0.74 0.24
HSL 24.83º 0.59% 0.48% -
HSV(B) 24.83º 0.74% 0.76% -
XYZ 28.66 22.98 5.94 -
YUV 128.58 83.66 175.38 -
System Red Green Blue C M Y K H S L
Decimal 195 110 50 0 0.44 0.74 0.24 24.83 0.59 0.48
Hex C3 6E 32 0 2C 4A 18 19 3B 30
Octal 303 156 62 0 54 112 30 31 73 60
Binary 11000011 1101110 110010 0 101100 1001010 11000 11001 111011 110000

Color Harmonies of #C36E32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C36E32

Black with #C36E32

Text Example


Text Example

White with #C36E32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C36E32; }

 p { color: rgb(195,110,50); }

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

background-color css

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

 a { background-color: rgb(195,110,50); }

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

border-color css

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

 span { border-color: rgb(195,110,50); }

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