Html Css Color HEX #C97130 Zest

📋 copy color: '#C97130'

red 201 ◦ green 113 ◦ blue 48

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

Shades of Zest #C97130

Tints of Zest #C97130

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 13.26%

R = 55.52%
G = 31.22%
B = 13.26%

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

#C97130 (or 0xC97130) is known color: Zest. HEX triplet: C9, 71 and 30. RGB value is (201,113,48). Sum of RGB (Red+Green+Blue) = 201+113+48=362 (47% of max value = 765). Red value is 201 (78.91% from 255 or 55.52% from 362); Green value is 113 (44.53% from 255 or 31.22% from 362); Blue value is 48 (19.14% from 255 or 13.26% from 362); Max value from RGB is 201 - color contains mainly: red. Hex color #C97130 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C97130 is #368ECF. Grayscale: #848484. Windows color (decimal): -3575504 or 3174857. OLE color: 3174857.

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

Color convert

RGB 201 113 48 -
CMYK 0 0.44 0.76 0.21
HSL 25.49º 0.61% 0.49% -
HSV(B) 25.49º 0.76% 0.79% -
XYZ 30.53 24.44 5.91 -
YUV 131.9 80.65 177.29 -
System Red Green Blue C M Y K H S L
Decimal 201 113 48 0 0.44 0.76 0.21 25.49 0.61 0.49
Hex C9 71 30 0 2C 4C 15 19 3D 31
Octal 311 161 60 0 54 114 25 31 75 61
Binary 11001001 1110001 110000 0 101100 1001100 10101 11001 111101 110001

Color Harmonies of #C97130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97130

Black with #C97130

Text Example


Text Example

White with #C97130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97130; }

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

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

background-color css

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

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

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

border-color css

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

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

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