Html Css Color HEX #C9713B Zest

📋 copy color: '#C9713B'

red 201 ◦ green 113 ◦ blue 59

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

Shades of Zest #C9713B

Tints of Zest #C9713B

RGB

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

 GREEN value IS 113 (44.53% from 255) = 30.29%

 BLUE value IS 59 (23.44% from 255) = 15.82%

R = 53.89%
G = 30.29%
B = 15.82%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.71

 K value IS 0.21

RGB Variations

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

Color information

#C9713B (or 0xC9713B) is known color: Zest. HEX triplet: C9, 71 and 3B. RGB value is (201,113,59). Sum of RGB (Red+Green+Blue) = 201+113+59=373 (49% of max value = 765). Red value is 201 (78.91% from 255 or 53.89% from 373); Green value is 113 (44.53% from 255 or 30.29% from 373); Blue value is 59 (23.44% from 255 or 15.82% from 373); Max value from RGB is 201 - color contains mainly: red. Hex color #C9713B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C9713B is #368EC4. Grayscale: #858585. Windows color (decimal): -3575493 or 3895753. OLE color: 3895753.

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

Color convert

RGB 201 113 59 -
CMYK 0 0.44 0.71 0.21
HSL 22.82º 0.57% 0.51% -
HSV(B) 22.82º 0.71% 0.79% -
XYZ 30.78 24.54 7.25 -
YUV 133.16 86.15 176.39 -
System Red Green Blue C M Y K H S L
Decimal 201 113 59 0 0.44 0.71 0.21 22.82 0.57 0.51
Hex C9 71 3B 0 2C 47 15 17 39 33
Octal 311 161 73 0 54 107 25 27 71 63
Binary 11001001 1110001 111011 0 101100 1000111 10101 10111 111001 110011

Color Harmonies of #C9713B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9713B

Black with #C9713B

Text Example


Text Example

White with #C9713B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9713B; }

 p { color: rgb(201,113,59); }

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

background-color css

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

 a { background-color: rgb(201,113,59); }

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

border-color css

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

 span { border-color: rgb(201,113,59); }

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