Html Css Color HEX #C96B3C Zest

📋 copy color: '#C96B3C'

red 201 ◦ green 107 ◦ blue 60

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

Shades of Zest #C96B3C

Tints of Zest #C96B3C

RGB

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

 GREEN value IS 107 (42.19% from 255) = 29.08%

 BLUE value IS 60 (23.83% from 255) = 16.3%

R = 54.62%
G = 29.08%
B = 16.3%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.70

 K value IS 0.21

RGB Variations

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

Color information

#C96B3C (or 0xC96B3C) is known color: Zest. HEX triplet: C9, 6B and 3C. RGB value is (201,107,60). Sum of RGB (Red+Green+Blue) = 201+107+60=368 (48% of max value = 765). Red value is 201 (78.91% from 255 or 54.62% from 368); Green value is 107 (42.19% from 255 or 29.08% from 368); Blue value is 60 (23.83% from 255 or 16.30% from 368); Max value from RGB is 201 - color contains mainly: red. Hex color #C96B3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C96B3C is #3694C3. Grayscale: #828282. Windows color (decimal): -3577028 or 3959753. OLE color: 3959753.

HSL color Cylindrical-coordinate representation of color #C96B3C: hue angle of 20º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C96B3C is Cyan = 0, Magento = 0.47, Yellow = 0.70 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 107 60 -
CMYK 0 0.47 0.70 0.21
HSL 20º 0.57% 0.51% -
HSV(B) 20º 0.7% 0.79% -
XYZ 30.16 23.26 7.17 -
YUV 129.75 88.64 178.82 -
System Red Green Blue C M Y K H S L
Decimal 201 107 60 0 0.47 0.70 0.21 20 0.57 0.51
Hex C9 6B 3C 0 2F 46 15 14 39 33
Octal 311 153 74 0 57 106 25 24 71 63
Binary 11001001 1101011 111100 0 101111 1000110 10101 10100 111001 110011

Color Harmonies of #C96B3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96B3C

Black with #C96B3C

Text Example


Text Example

White with #C96B3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96B3C; }

 p { color: rgb(201,107,60); }

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

background-color css

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

 a { background-color: rgb(201,107,60); }

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

border-color css

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

 span { border-color: rgb(201,107,60); }

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