Html Css Color HEX #C96D33 Zest

📋 copy color: '#C96D33'

red 201 ◦ green 109 ◦ blue 51

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

Shades of Zest #C96D33

Tints of Zest #C96D33

RGB

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

 GREEN value IS 109 (42.97% from 255) = 30.19%

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

R = 55.68%
G = 30.19%
B = 14.13%

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

#C96D33 (or 0xC96D33) is known color: Zest. HEX triplet: C9, 6D and 33. RGB value is (201,109,51). Sum of RGB (Red+Green+Blue) = 201+109+51=361 (47% of max value = 765). Red value is 201 (78.91% from 255 or 55.68% from 361); Green value is 109 (42.97% from 255 or 30.19% from 361); Blue value is 51 (20.31% from 255 or 14.13% from 361); Max value from RGB is 201 - color contains mainly: red. Hex color #C96D33 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C96D33 is #3692CC. Grayscale: #828282. Windows color (decimal): -3576525 or 3370441. OLE color: 3370441.

HSL color Cylindrical-coordinate representation of color #C96D33: hue angle of 23.2º 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 #C96D33 is Cyan = 0, Magento = 0.46, Yellow = 0.75 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 109 51 -
CMYK 0 0.46 0.75 0.21
HSL 23.2º 0.6% 0.49% -
HSV(B) 23.2º 0.75% 0.79% -
XYZ 30.15 23.59 6.1 -
YUV 129.9 83.48 178.72 -
System Red Green Blue C M Y K H S L
Decimal 201 109 51 0 0.46 0.75 0.21 23.2 0.6 0.49
Hex C9 6D 33 0 2E 4B 15 17 3C 31
Octal 311 155 63 0 56 113 25 27 74 61
Binary 11001001 1101101 110011 0 101110 1001011 10101 10111 111100 110001

Color Harmonies of #C96D33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96D33

Black with #C96D33

Text Example


Text Example

White with #C96D33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96D33; }

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

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

background-color css

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

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

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

border-color css

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

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

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