Html Css Color HEX #C9703C Zest

📋 copy color: '#C9703C'

red 201 ◦ green 112 ◦ blue 60

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

Shades of Zest #C9703C

Tints of Zest #C9703C

RGB

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

 GREEN value IS 112 (44.14% from 255) = 30.03%

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

R = 53.89%
G = 30.03%
B = 16.09%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.70

 K value IS 0.21

RGB Variations

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

Color information

#C9703C (or 0xC9703C) is known color: Zest. HEX triplet: C9, 70 and 3C. RGB value is (201,112,60). Sum of RGB (Red+Green+Blue) = 201+112+60=373 (49% of max value = 765). Red value is 201 (78.91% from 255 or 53.89% from 373); Green value is 112 (44.14% from 255 or 30.03% from 373); Blue value is 60 (23.83% from 255 or 16.09% from 373); Max value from RGB is 201 - color contains mainly: red. Hex color #C9703C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C9703C is #368FC3. Grayscale: #848484. Windows color (decimal): -3575748 or 3961033. OLE color: 3961033.

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

Color convert

RGB 201 112 60 -
CMYK 0 0.44 0.70 0.21
HSL 22.13º 0.57% 0.51% -
HSV(B) 22.13º 0.7% 0.79% -
XYZ 30.7 24.33 7.35 -
YUV 132.68 86.99 176.73 -
System Red Green Blue C M Y K H S L
Decimal 201 112 60 0 0.44 0.70 0.21 22.13 0.57 0.51
Hex C9 70 3C 0 2C 46 15 16 39 33
Octal 311 160 74 0 54 106 25 26 71 63
Binary 11001001 1110000 111100 0 101100 1000110 10101 10110 111001 110011

Color Harmonies of #C9703C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9703C

Black with #C9703C

Text Example


Text Example

White with #C9703C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9703C; }

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

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

background-color css

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

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

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

border-color css

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

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

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