Html Css Color HEX #C76132 Ecstasy

📋 copy color: '#C76132'

red 199 ◦ green 97 ◦ blue 50

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

Shades of Ecstasy #C76132

Tints of Ecstasy #C76132

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 14.45%

R = 57.51%
G = 28.03%
B = 14.45%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.75

 K value IS 0.22

RGB Variations

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

Color information

#C76132 (or 0xC76132) is known color: Ecstasy. HEX triplet: C7, 61 and 32. RGB value is (199,97,50). Sum of RGB (Red+Green+Blue) = 199+97+50=346 (45% of max value = 765). Red value is 199 (78.12% from 255 or 57.51% from 346); Green value is 97 (38.28% from 255 or 28.03% from 346); Blue value is 50 (19.92% from 255 or 14.45% from 346); Max value from RGB is 199 - color contains mainly: red. Hex color #C76132 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C76132 is #389ECD. Grayscale: #7A7A7A. Windows color (decimal): -3710670 or 3301831. OLE color: 3301831.

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

Color convert

RGB 199 97 50 -
CMYK 0 0.51 0.75 0.22
HSL 18.93º 0.6% 0.49% -
HSV(B) 18.93º 0.75% 0.78% -
XYZ 28.4 20.92 5.56 -
YUV 122.14 87.29 182.82 -
System Red Green Blue C M Y K H S L
Decimal 199 97 50 0 0.51 0.75 0.22 18.93 0.6 0.49
Hex C7 61 32 0 33 4B 16 13 3C 31
Octal 307 141 62 0 63 113 26 23 74 61
Binary 11000111 1100001 110010 0 110011 1001011 10110 10011 111100 110001

Color Harmonies of #C76132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C76132

Black with #C76132

Text Example


Text Example

White with #C76132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C76132; }

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

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

background-color css

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

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

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

border-color css

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

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

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