Html Css Color HEX #C96133 Ecstasy

📋 copy color: '#C96133'

red 201 ◦ green 97 ◦ blue 51

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

Shades of Ecstasy #C96133

Tints of Ecstasy #C96133

RGB

 RED value IS 201 (78.91% from 255) = 57.59%

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

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

R = 57.59%
G = 27.79%
B = 14.61%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.75

 K value IS 0.21

RGB Variations

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

Color information

#C96133 (or 0xC96133) is known color: Ecstasy. HEX triplet: C9, 61 and 33. RGB value is (201,97,51). Sum of RGB (Red+Green+Blue) = 201+97+51=349 (46% of max value = 765). Red value is 201 (78.91% from 255 or 57.59% from 349); Green value is 97 (38.28% from 255 or 27.79% from 349); Blue value is 51 (20.31% from 255 or 14.61% from 349); Max value from RGB is 201 - color contains mainly: red. Hex color #C96133 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C96133 is #369ECC. Grayscale: #7B7B7B. Windows color (decimal): -3579597 or 3367369. OLE color: 3367369.

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

Color convert

RGB 201 97 51 -
CMYK 0 0.52 0.75 0.21
HSL 18.4º 0.6% 0.49% -
HSV(B) 18.4º 0.75% 0.79% -
XYZ 28.96 21.21 5.7 -
YUV 122.85 87.46 183.74 -
System Red Green Blue C M Y K H S L
Decimal 201 97 51 0 0.52 0.75 0.21 18.4 0.6 0.49
Hex C9 61 33 0 34 4B 15 12 3C 31
Octal 311 141 63 0 64 113 25 22 74 61
Binary 11001001 1100001 110011 0 110100 1001011 10101 10010 111100 110001

Color Harmonies of #C96133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96133

Black with #C96133

Text Example


Text Example

White with #C96133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96133; }

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

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

background-color css

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

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

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

border-color css

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

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

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