Html Css Color HEX #C66133 Ecstasy

📋 copy color: '#C66133'

red 198 ◦ green 97 ◦ blue 51

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

Shades of Ecstasy #C66133

Tints of Ecstasy #C66133

RGB

 RED value IS 198 (77.73% from 255) = 57.23%

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

 BLUE value IS 51 (20.31% from 255) = 14.74%

R = 57.23%
G = 28.03%
B = 14.74%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.74

 K value IS 0.22

RGB Variations

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

Color information

#C66133 (or 0xC66133) is known color: Ecstasy. HEX triplet: C6, 61 and 33. RGB value is (198,97,51). Sum of RGB (Red+Green+Blue) = 198+97+51=346 (45% of max value = 765). Red value is 198 (77.73% from 255 or 57.23% from 346); Green value is 97 (38.28% from 255 or 28.03% from 346); Blue value is 51 (20.31% from 255 or 14.74% from 346); Max value from RGB is 198 - color contains mainly: red. Hex color #C66133 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C66133 is #399ECC. Grayscale: #7A7A7A. Windows color (decimal): -3776205 or 3367366. OLE color: 3367366.

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

Color convert

RGB 198 97 51 -
CMYK 0 0.51 0.74 0.22
HSL 18.78º 0.59% 0.49% -
HSV(B) 18.78º 0.74% 0.78% -
XYZ 28.16 20.79 5.66 -
YUV 121.96 87.96 182.24 -
System Red Green Blue C M Y K H S L
Decimal 198 97 51 0 0.51 0.74 0.22 18.78 0.59 0.49
Hex C6 61 33 0 33 4A 16 13 3B 31
Octal 306 141 63 0 63 112 26 23 73 61
Binary 11000110 1100001 110011 0 110011 1001010 10110 10011 111011 110001

Color Harmonies of #C66133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C66133

Black with #C66133

Text Example


Text Example

White with #C66133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C66133; }

 p { color: rgb(198,97,51); }

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

background-color css

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

 a { background-color: rgb(198,97,51); }

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

border-color css

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

 span { border-color: rgb(198,97,51); }

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