Html Css Color HEX #C9713D Zest

📋 copy color: '#C9713D'

red 201 ◦ green 113 ◦ blue 61

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

Shades of Zest #C9713D

Tints of Zest #C9713D

RGB

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

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

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

R = 53.6%
G = 30.13%
B = 16.27%

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

#C9713D (or 0xC9713D) is known color: Zest. HEX triplet: C9, 71 and 3D. RGB value is (201,113,61). Sum of RGB (Red+Green+Blue) = 201+113+61=375 (49% of max value = 765). Red value is 201 (78.91% from 255 or 53.6% from 375); Green value is 113 (44.53% from 255 or 30.13% from 375); Blue value is 61 (24.22% from 255 or 16.27% from 375); Max value from RGB is 201 - color contains mainly: red. Hex color #C9713D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C9713D is #368EC2. Grayscale: #858585. Windows color (decimal): -3575491 or 4026825. OLE color: 4026825.

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

Color convert

RGB 201 113 61 -
CMYK 0 0.44 0.70 0.21
HSL 22.29º 0.56% 0.51% -
HSV(B) 22.29º 0.7% 0.79% -
XYZ 30.83 24.56 7.53 -
YUV 133.38 87.15 176.23 -
System Red Green Blue C M Y K H S L
Decimal 201 113 61 0 0.44 0.70 0.21 22.29 0.56 0.51
Hex C9 71 3D 0 2C 46 15 16 38 33
Octal 311 161 75 0 54 106 25 26 70 63
Binary 11001001 1110001 111101 0 101100 1000110 10101 10110 111000 110011

Color Harmonies of #C9713D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9713D

Black with #C9713D

Text Example


Text Example

White with #C9713D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9713D; }

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

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

background-color css

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

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

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

border-color css

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

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

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