Html Css Color HEX #C36E40 Zest

📋 copy color: '#C36E40'

red 195 ◦ green 110 ◦ blue 64

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

Shades of Zest #C36E40

Tints of Zest #C36E40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 17.34%

R = 52.85%
G = 29.81%
B = 17.34%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.67

 K value IS 0.24

RGB Variations

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

Color information

#C36E40 (or 0xC36E40) is known color: Zest. HEX triplet: C3, 6E and 40. RGB value is (195,110,64). Sum of RGB (Red+Green+Blue) = 195+110+64=369 (48% of max value = 765). Red value is 195 (76.56% from 255 or 52.85% from 369); Green value is 110 (43.36% from 255 or 29.81% from 369); Blue value is 64 (25.39% from 255 or 17.34% from 369); Max value from RGB is 195 - color contains mainly: red. Hex color #C36E40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C36E40 is #3C91BF. Grayscale: #828282. Windows color (decimal): -3969472 or 4222659. OLE color: 4222659.

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

Color convert

RGB 195 110 64 -
CMYK 0 0.44 0.67 0.24
HSL 21.07º 0.52% 0.51% -
HSV(B) 21.07º 0.67% 0.76% -
XYZ 29.01 23.12 7.79 -
YUV 130.17 90.66 174.24 -
System Red Green Blue C M Y K H S L
Decimal 195 110 64 0 0.44 0.67 0.24 21.07 0.52 0.51
Hex C3 6E 40 0 2C 43 18 15 34 33
Octal 303 156 100 0 54 103 30 25 64 63
Binary 11000011 1101110 1000000 0 101100 1000011 11000 10101 110100 110011

Color Harmonies of #C36E40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C36E40

Black with #C36E40

Text Example


Text Example

White with #C36E40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C36E40; }

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

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

background-color css

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

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

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

border-color css

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

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

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