Html Css Color HEX #C97031 Zest

📋 copy color: '#C97031'

red 201 ◦ green 112 ◦ blue 49

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

Shades of Zest #C97031

Tints of Zest #C97031

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 13.54%

R = 55.52%
G = 30.94%
B = 13.54%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.76

 K value IS 0.21

RGB Variations

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

Color information

#C97031 (or 0xC97031) is known color: Zest. HEX triplet: C9, 70 and 31. RGB value is (201,112,49). Sum of RGB (Red+Green+Blue) = 201+112+49=362 (47% of max value = 765). Red value is 201 (78.91% from 255 or 55.52% from 362); Green value is 112 (44.14% from 255 or 30.94% from 362); Blue value is 49 (19.53% from 255 or 13.54% from 362); Max value from RGB is 201 - color contains mainly: red. Hex color #C97031 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C97031 is #368FCE. Grayscale: #838383. Windows color (decimal): -3575759 or 3240137. OLE color: 3240137.

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

Color convert

RGB 201 112 49 -
CMYK 0 0.44 0.76 0.21
HSL 24.87º 0.61% 0.49% -
HSV(B) 24.87º 0.76% 0.79% -
XYZ 30.44 24.23 5.98 -
YUV 131.43 81.49 177.62 -
System Red Green Blue C M Y K H S L
Decimal 201 112 49 0 0.44 0.76 0.21 24.87 0.61 0.49
Hex C9 70 31 0 2C 4C 15 19 3D 31
Octal 311 160 61 0 54 114 25 31 75 61
Binary 11001001 1110000 110001 0 101100 1001100 10101 11001 111101 110001

Color Harmonies of #C97031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97031

Black with #C97031

Text Example


Text Example

White with #C97031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97031; }

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

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

background-color css

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

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

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

border-color css

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

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

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