Html Css Color HEX #C76031 Ecstasy

📋 copy color: '#C76031'

red 199 ◦ green 96 ◦ blue 49

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

Shades of Ecstasy #C76031

Tints of Ecstasy #C76031

RGB

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

 GREEN value IS 96 (37.89% from 255) = 27.91%

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

R = 57.85%
G = 27.91%
B = 14.24%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.75

 K value IS 0.22

RGB Variations

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

Color information

#C76031 (or 0xC76031) is known color: Ecstasy. HEX triplet: C7, 60 and 31. RGB value is (199,96,49). Sum of RGB (Red+Green+Blue) = 199+96+49=344 (45% of max value = 765). Red value is 199 (78.12% from 255 or 57.85% from 344); Green value is 96 (37.89% from 255 or 27.91% from 344); Blue value is 49 (19.53% from 255 or 14.24% from 344); Max value from RGB is 199 - color contains mainly: red. Hex color #C76031 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C76031 is #389FCE. Grayscale: #797979. Windows color (decimal): -3710927 or 3236039. OLE color: 3236039.

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

Color convert

RGB 199 96 49 -
CMYK 0 0.52 0.75 0.22
HSL 18.8º 0.6% 0.49% -
HSV(B) 18.8º 0.75% 0.78% -
XYZ 28.29 20.73 5.42 -
YUV 121.44 87.12 183.32 -
System Red Green Blue C M Y K H S L
Decimal 199 96 49 0 0.52 0.75 0.22 18.8 0.6 0.49
Hex C7 60 31 0 34 4B 16 13 3C 31
Octal 307 140 61 0 64 113 26 23 74 61
Binary 11000111 1100000 110001 0 110100 1001011 10110 10011 111100 110001

Color Harmonies of #C76031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C76031

Black with #C76031

Text Example


Text Example

White with #C76031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C76031; }

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

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

background-color css

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

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

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

border-color css

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

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

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