Html Css Color HEX #C96C33 Zest

📋 copy color: '#C96C33'

red 201 ◦ green 108 ◦ blue 51

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

Shades of Zest #C96C33

Tints of Zest #C96C33

RGB

 RED value IS 201 (78.91% from 255) = 55.83%

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

 BLUE value IS 51 (20.31% from 255) = 14.17%

R = 55.83%
G = 30%
B = 14.17%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.75

 K value IS 0.21

RGB Variations

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

Color information

#C96C33 (or 0xC96C33) is known color: Zest. HEX triplet: C9, 6C and 33. RGB value is (201,108,51). Sum of RGB (Red+Green+Blue) = 201+108+51=360 (47% of max value = 765). Red value is 201 (78.91% from 255 or 55.83% from 360); Green value is 108 (42.58% from 255 or 30% from 360); Blue value is 51 (20.31% from 255 or 14.17% from 360); Max value from RGB is 201 - color contains mainly: red. Hex color #C96C33 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C96C33 is #3693CC. Grayscale: #818181. Windows color (decimal): -3576781 or 3370185. OLE color: 3370185.

HSL color Cylindrical-coordinate representation of color #C96C33: hue angle of 22.8º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C96C33 is Cyan = 0, Magento = 0.46, Yellow = 0.75 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 108 51 -
CMYK 0 0.46 0.75 0.21
HSL 22.8º 0.6% 0.49% -
HSV(B) 22.8º 0.75% 0.79% -
XYZ 30.05 23.38 6.06 -
YUV 129.31 83.81 179.13 -
System Red Green Blue C M Y K H S L
Decimal 201 108 51 0 0.46 0.75 0.21 22.8 0.6 0.49
Hex C9 6C 33 0 2E 4B 15 17 3C 31
Octal 311 154 63 0 56 113 25 27 74 61
Binary 11001001 1101100 110011 0 101110 1001011 10101 10111 111100 110001

Color Harmonies of #C96C33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96C33

Black with #C96C33

Text Example


Text Example

White with #C96C33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96C33; }

 p { color: rgb(201,108,51); }

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

background-color css

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

 a { background-color: rgb(201,108,51); }

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

border-color css

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

 span { border-color: rgb(201,108,51); }

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