Html Css Color HEX #C96231 Ecstasy

📋 copy color: '#C96231'

red 201 ◦ green 98 ◦ blue 49

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

Shades of Ecstasy #C96231

Tints of Ecstasy #C96231

RGB

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

 GREEN value IS 98 (38.67% from 255) = 28.16%

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

R = 57.76%
G = 28.16%
B = 14.08%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.76

 K value IS 0.21

RGB Variations

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

Color information

#C96231 (or 0xC96231) is known color: Ecstasy. HEX triplet: C9, 62 and 31. RGB value is (201,98,49). Sum of RGB (Red+Green+Blue) = 201+98+49=348 (46% of max value = 765). Red value is 201 (78.91% from 255 or 57.76% from 348); Green value is 98 (38.67% from 255 or 28.16% from 348); Blue value is 49 (19.53% from 255 or 14.08% from 348); Max value from RGB is 201 - color contains mainly: red. Hex color #C96231 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C96231 is #369DCE. Grayscale: #7B7B7B. Windows color (decimal): -3579343 or 3236553. OLE color: 3236553.

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

Color convert

RGB 201 98 49 -
CMYK 0 0.51 0.76 0.21
HSL 19.34º 0.61% 0.49% -
HSV(B) 19.34º 0.76% 0.79% -
XYZ 29.01 21.37 5.5 -
YUV 123.21 86.12 183.48 -
System Red Green Blue C M Y K H S L
Decimal 201 98 49 0 0.51 0.76 0.21 19.34 0.61 0.49
Hex C9 62 31 0 33 4C 15 13 3D 31
Octal 311 142 61 0 63 114 25 23 75 61
Binary 11001001 1100010 110001 0 110011 1001100 10101 10011 111101 110001

Color Harmonies of #C96231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96231

Black with #C96231

Text Example


Text Example

White with #C96231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96231; }

 p { color: rgb(201,98,49); }

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

background-color css

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

 a { background-color: rgb(201,98,49); }

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

border-color css

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

 span { border-color: rgb(201,98,49); }

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