Html Css Color HEX #C97133 Zest

📋 copy color: '#C97133'

red 201 ◦ green 113 ◦ blue 51

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

Shades of Zest #C97133

Tints of Zest #C97133

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 13.97%

R = 55.07%
G = 30.96%
B = 13.97%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.75

 K value IS 0.21

RGB Variations

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

Color information

#C97133 (or 0xC97133) is known color: Zest. HEX triplet: C9, 71 and 33. RGB value is (201,113,51). Sum of RGB (Red+Green+Blue) = 201+113+51=365 (48% of max value = 765). Red value is 201 (78.91% from 255 or 55.07% from 365); Green value is 113 (44.53% from 255 or 30.96% from 365); Blue value is 51 (20.31% from 255 or 13.97% from 365); Max value from RGB is 201 - color contains mainly: red. Hex color #C97133 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C97133 is #368ECC. Grayscale: #848484. Windows color (decimal): -3575501 or 3371465. OLE color: 3371465.

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

Color convert

RGB 201 113 51 -
CMYK 0 0.44 0.75 0.21
HSL 24.8º 0.6% 0.49% -
HSV(B) 24.8º 0.75% 0.79% -
XYZ 30.59 24.47 6.24 -
YUV 132.24 82.15 177.04 -
System Red Green Blue C M Y K H S L
Decimal 201 113 51 0 0.44 0.75 0.21 24.8 0.6 0.49
Hex C9 71 33 0 2C 4B 15 19 3C 31
Octal 311 161 63 0 54 113 25 31 74 61
Binary 11001001 1110001 110011 0 101100 1001011 10101 11001 111100 110001

Color Harmonies of #C97133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97133

Black with #C97133

Text Example


Text Example

White with #C97133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97133; }

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

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

background-color css

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

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

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

border-color css

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

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

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