Html Css Color HEX #C36A36 Zest

📋 copy color: '#C36A36'

red 195 ◦ green 106 ◦ blue 54

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

Shades of Zest #C36A36

Tints of Zest #C36A36

RGB

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

 GREEN value IS 106 (41.8% from 255) = 29.86%

 BLUE value IS 54 (21.48% from 255) = 15.21%

R = 54.93%
G = 29.86%
B = 15.21%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.72

 K value IS 0.24

RGB Variations

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

Color information

#C36A36 (or 0xC36A36) is known color: Zest. HEX triplet: C3, 6A and 36. RGB value is (195,106,54). Sum of RGB (Red+Green+Blue) = 195+106+54=355 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.93% from 355); Green value is 106 (41.80% from 255 or 29.86% from 355); Blue value is 54 (21.48% from 255 or 15.21% from 355); Max value from RGB is 195 - color contains mainly: red. Hex color #C36A36 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C36A36 is #3C95C9. Grayscale: #7E7E7E. Windows color (decimal): -3970506 or 3566275. OLE color: 3566275.

HSL color Cylindrical-coordinate representation of color #C36A36: hue angle of 22.13º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C36A36 is Cyan = 0, Magento = 0.46, Yellow = 0.72 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 106 54 -
CMYK 0 0.46 0.72 0.24
HSL 22.13º 0.57% 0.49% -
HSV(B) 22.13º 0.72% 0.76% -
XYZ 28.33 22.18 6.28 -
YUV 126.68 86.99 176.73 -
System Red Green Blue C M Y K H S L
Decimal 195 106 54 0 0.46 0.72 0.24 22.13 0.57 0.49
Hex C3 6A 36 0 2E 48 18 16 39 31
Octal 303 152 66 0 56 110 30 26 71 61
Binary 11000011 1101010 110110 0 101110 1001000 11000 10110 111001 110001

Color Harmonies of #C36A36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C36A36

Black with #C36A36

Text Example


Text Example

White with #C36A36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C36A36; }

 p { color: rgb(195,106,54); }

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

background-color css

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

 a { background-color: rgb(195,106,54); }

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

border-color css

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

 span { border-color: rgb(195,106,54); }

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