Html Css Color HEX #C97038 Zest

📋 copy color: '#C97038'

red 201 ◦ green 112 ◦ blue 56

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

Shades of Zest #C97038

Tints of Zest #C97038

RGB

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

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

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

R = 54.47%
G = 30.35%
B = 15.18%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.72

 K value IS 0.21

RGB Variations

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

Color information

#C97038 (or 0xC97038) is known color: Zest. HEX triplet: C9, 70 and 38. RGB value is (201,112,56). Sum of RGB (Red+Green+Blue) = 201+112+56=369 (48% of max value = 765). Red value is 201 (78.91% from 255 or 54.47% from 369); Green value is 112 (44.14% from 255 or 30.35% from 369); Blue value is 56 (22.27% from 255 or 15.18% from 369); Max value from RGB is 201 - color contains mainly: red. Hex color #C97038 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C97038 is #368FC7. Grayscale: #848484. Windows color (decimal): -3575752 or 3698889. OLE color: 3698889.

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

Color convert

RGB 201 112 56 -
CMYK 0 0.44 0.72 0.21
HSL 23.17º 0.57% 0.5% -
HSV(B) 23.17º 0.72% 0.79% -
XYZ 30.6 24.29 6.82 -
YUV 132.23 84.99 177.05 -
System Red Green Blue C M Y K H S L
Decimal 201 112 56 0 0.44 0.72 0.21 23.17 0.57 0.5
Hex C9 70 38 0 2C 48 15 17 39 32
Octal 311 160 70 0 54 110 25 27 71 62
Binary 11001001 1110000 111000 0 101100 1001000 10101 10111 111001 110010

Color Harmonies of #C97038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97038

Black with #C97038

Text Example


Text Example

White with #C97038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97038; }

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

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

background-color css

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

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

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

border-color css

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

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

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