Html Css Color HEX #C9703D Zest

📋 copy color: '#C9703D'

red 201 ◦ green 112 ◦ blue 61

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

Shades of Zest #C9703D

Tints of Zest #C9703D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 16.31%

R = 53.74%
G = 29.95%
B = 16.31%

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

#C9703D (or 0xC9703D) is known color: Zest. HEX triplet: C9, 70 and 3D. RGB value is (201,112,61). Sum of RGB (Red+Green+Blue) = 201+112+61=374 (49% of max value = 765). Red value is 201 (78.91% from 255 or 53.74% from 374); Green value is 112 (44.14% from 255 or 29.95% from 374); Blue value is 61 (24.22% from 255 or 16.31% from 374); Max value from RGB is 201 - color contains mainly: red. Hex color #C9703D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C9703D is #368FC2. Grayscale: #858585. Windows color (decimal): -3575747 or 4026569. OLE color: 4026569.

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

Color convert

RGB 201 112 61 -
CMYK 0 0.44 0.70 0.21
HSL 21.86º 0.56% 0.51% -
HSV(B) 21.86º 0.7% 0.79% -
XYZ 30.72 24.34 7.49 -
YUV 132.8 87.49 176.65 -
System Red Green Blue C M Y K H S L
Decimal 201 112 61 0 0.44 0.70 0.21 21.86 0.56 0.51
Hex C9 70 3D 0 2C 46 15 16 38 33
Octal 311 160 75 0 54 106 25 26 70 63
Binary 11001001 1110000 111101 0 101100 1000110 10101 10110 111000 110011

Color Harmonies of #C9703D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9703D

Black with #C9703D

Text Example


Text Example

White with #C9703D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9703D; }

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

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

background-color css

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

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

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

border-color css

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

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

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