Html Css Color HEX #C77031 Zest

📋 copy color: '#C77031'

red 199 ◦ green 112 ◦ blue 49

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

Shades of Zest #C77031

Tints of Zest #C77031

RGB

 RED value IS 199 (78.13% from 255) = 55.28%

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

 BLUE value IS 49 (19.53% from 255) = 13.61%

R = 55.28%
G = 31.11%
B = 13.61%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.75

 K value IS 0.22

RGB Variations

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

Color information

#C77031 (or 0xC77031) is known color: Zest. HEX triplet: C7, 70 and 31. RGB value is (199,112,49). Sum of RGB (Red+Green+Blue) = 199+112+49=360 (47% of max value = 765). Red value is 199 (78.12% from 255 or 55.28% from 360); Green value is 112 (44.14% from 255 or 31.11% from 360); Blue value is 49 (19.53% from 255 or 13.61% from 360); Max value from RGB is 199 - color contains mainly: red. Hex color #C77031 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C77031 is #388FCE. Grayscale: #838383. Windows color (decimal): -3706831 or 3240135. OLE color: 3240135.

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

Color convert

RGB 199 112 49 -
CMYK 0 0.44 0.75 0.22
HSL 25.2º 0.6% 0.49% -
HSV(B) 25.2º 0.75% 0.78% -
XYZ 29.9 23.95 5.95 -
YUV 130.83 81.82 176.62 -
System Red Green Blue C M Y K H S L
Decimal 199 112 49 0 0.44 0.75 0.22 25.2 0.6 0.49
Hex C7 70 31 0 2C 4B 16 19 3C 31
Octal 307 160 61 0 54 113 26 31 74 61
Binary 11000111 1110000 110001 0 101100 1001011 10110 11001 111100 110001

Color Harmonies of #C77031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C77031

Black with #C77031

Text Example


Text Example

White with #C77031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C77031; }

 p { color: rgb(199,112,49); }

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

background-color css

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

 a { background-color: rgb(199,112,49); }

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

border-color css

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

 span { border-color: rgb(199,112,49); }

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