Html Css Color HEX #C97333 Zest

📋 copy color: '#C97333'

red 201 ◦ green 115 ◦ blue 51

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

Shades of Zest #C97333

Tints of Zest #C97333

RGB

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

 GREEN value IS 115 (45.31% from 255) = 31.34%

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

R = 54.77%
G = 31.34%
B = 13.9%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.75

 K value IS 0.21

RGB Variations

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

Color information

#C97333 (or 0xC97333) is known color: Zest. HEX triplet: C9, 73 and 33. RGB value is (201,115,51). Sum of RGB (Red+Green+Blue) = 201+115+51=367 (48% of max value = 765). Red value is 201 (78.91% from 255 or 54.77% from 367); Green value is 115 (45.31% from 255 or 31.34% from 367); Blue value is 51 (20.31% from 255 or 13.90% from 367); Max value from RGB is 201 - color contains mainly: red. Hex color #C97333 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C97333 is #368CCC. Grayscale: #858585. Windows color (decimal): -3574989 or 3371977. OLE color: 3371977.

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

Color convert

RGB 201 115 51 -
CMYK 0 0.43 0.75 0.21
HSL 25.6º 0.6% 0.49% -
HSV(B) 25.6º 0.75% 0.79% -
XYZ 30.82 24.92 6.32 -
YUV 133.42 81.49 176.2 -
System Red Green Blue C M Y K H S L
Decimal 201 115 51 0 0.43 0.75 0.21 25.6 0.6 0.49
Hex C9 73 33 0 2B 4B 15 1A 3C 31
Octal 311 163 63 0 53 113 25 32 74 61
Binary 11001001 1110011 110011 0 101011 1001011 10101 11010 111100 110001

Color Harmonies of #C97333

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97333

Black with #C97333

Text Example


Text Example

White with #C97333

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97333; }

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

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

background-color css

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

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

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

border-color css

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

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

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