Html Css Color HEX #C36C34 Zest

📋 copy color: '#C36C34'

red 195 ◦ green 108 ◦ blue 52

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

Shades of Zest #C36C34

Tints of Zest #C36C34

RGB

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

 GREEN value IS 108 (42.58% from 255) = 30.42%

 BLUE value IS 52 (20.7% from 255) = 14.65%

R = 54.93%
G = 30.42%
B = 14.65%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.73

 K value IS 0.24

RGB Variations

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

Color information

#C36C34 (or 0xC36C34) is known color: Zest. HEX triplet: C3, 6C and 34. RGB value is (195,108,52). Sum of RGB (Red+Green+Blue) = 195+108+52=355 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.93% from 355); Green value is 108 (42.58% from 255 or 30.42% from 355); Blue value is 52 (20.70% from 255 or 14.65% from 355); Max value from RGB is 195 - color contains mainly: red. Hex color #C36C34 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C36C34 is #3C93CB. Grayscale: #7F7F7F. Windows color (decimal): -3969996 or 3435715. OLE color: 3435715.

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

Color convert

RGB 195 108 52 -
CMYK 0 0.45 0.73 0.24
HSL 23.5º 0.58% 0.48% -
HSV(B) 23.5º 0.73% 0.76% -
XYZ 28.49 22.58 6.1 -
YUV 127.63 85.32 176.05 -
System Red Green Blue C M Y K H S L
Decimal 195 108 52 0 0.45 0.73 0.24 23.5 0.58 0.48
Hex C3 6C 34 0 2D 49 18 17 3A 30
Octal 303 154 64 0 55 111 30 27 72 60
Binary 11000011 1101100 110100 0 101101 1001001 11000 10111 111010 110000

Color Harmonies of #C36C34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C36C34

Black with #C36C34

Text Example


Text Example

White with #C36C34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C36C34; }

 p { color: rgb(195,108,52); }

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

background-color css

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

 a { background-color: rgb(195,108,52); }

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

border-color css

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

 span { border-color: rgb(195,108,52); }

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