Html Css Color HEX #C97238 Zest

📋 copy color: '#C97238'

red 201 ◦ green 114 ◦ blue 56

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

Shades of Zest #C97238

Tints of Zest #C97238

RGB

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

 GREEN value IS 114 (44.92% from 255) = 30.73%

 BLUE value IS 56 (22.27% from 255) = 15.09%

R = 54.18%
G = 30.73%
B = 15.09%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.72

 K value IS 0.21

RGB Variations

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

Color information

#C97238 (or 0xC97238) is known color: Zest. HEX triplet: C9, 72 and 38. RGB value is (201,114,56). Sum of RGB (Red+Green+Blue) = 201+114+56=371 (49% of max value = 765). Red value is 201 (78.91% from 255 or 54.18% from 371); Green value is 114 (44.92% from 255 or 30.73% from 371); Blue value is 56 (22.27% from 255 or 15.09% from 371); Max value from RGB is 201 - color contains mainly: red. Hex color #C97238 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C97238 is #368DC7. Grayscale: #858585. Windows color (decimal): -3575240 or 3699401. OLE color: 3699401.

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

Color convert

RGB 201 114 56 -
CMYK 0 0.43 0.72 0.21
HSL 24º 0.57% 0.5% -
HSV(B) 24º 0.72% 0.79% -
XYZ 30.82 24.74 6.89 -
YUV 133.4 84.32 176.22 -
System Red Green Blue C M Y K H S L
Decimal 201 114 56 0 0.43 0.72 0.21 24 0.57 0.5
Hex C9 72 38 0 2B 48 15 18 39 32
Octal 311 162 70 0 53 110 25 30 71 62
Binary 11001001 1110010 111000 0 101011 1001000 10101 11000 111001 110010

Color Harmonies of #C97238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97238

Black with #C97238

Text Example


Text Example

White with #C97238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97238; }

 p { color: rgb(201,114,56); }

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

background-color css

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

 a { background-color: rgb(201,114,56); }

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

border-color css

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

 span { border-color: rgb(201,114,56); }

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