Html Css Color HEX #C76130 Ecstasy

📋 copy color: '#C76130'

red 199 ◦ green 97 ◦ blue 48

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

Shades of Ecstasy #C76130

Tints of Ecstasy #C76130

RGB

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

 GREEN value IS 97 (38.28% from 255) = 28.2%

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

R = 57.85%
G = 28.2%
B = 13.95%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.76

 K value IS 0.22

RGB Variations

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

Color information

#C76130 (or 0xC76130) is known color: Ecstasy. HEX triplet: C7, 61 and 30. RGB value is (199,97,48). Sum of RGB (Red+Green+Blue) = 199+97+48=344 (45% of max value = 765). Red value is 199 (78.12% from 255 or 57.85% from 344); Green value is 97 (38.28% from 255 or 28.20% from 344); Blue value is 48 (19.14% from 255 or 13.95% from 344); Max value from RGB is 199 - color contains mainly: red. Hex color #C76130 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C76130 is #389ECF. Grayscale: #7A7A7A. Windows color (decimal): -3710672 or 3170759. OLE color: 3170759.

HSL color Cylindrical-coordinate representation of color #C76130: hue angle of 19.47º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C76130 is Cyan = 0, Magento = 0.51, Yellow = 0.76 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 97 48 -
CMYK 0 0.51 0.76 0.22
HSL 19.47º 0.61% 0.48% -
HSV(B) 19.47º 0.76% 0.78% -
XYZ 28.36 20.9 5.34 -
YUV 121.91 86.29 182.98 -
System Red Green Blue C M Y K H S L
Decimal 199 97 48 0 0.51 0.76 0.22 19.47 0.61 0.48
Hex C7 61 30 0 33 4C 16 13 3D 30
Octal 307 141 60 0 63 114 26 23 75 60
Binary 11000111 1100001 110000 0 110011 1001100 10110 10011 111101 110000

Color Harmonies of #C76130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C76130

Black with #C76130

Text Example


Text Example

White with #C76130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C76130; }

 p { color: rgb(199,97,48); }

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

background-color css

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

 a { background-color: rgb(199,97,48); }

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

border-color css

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

 span { border-color: rgb(199,97,48); }

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