Html Css Color HEX #C96531 Ecstasy

📋 copy color: '#C96531'

red 201 ◦ green 101 ◦ blue 49

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

Shades of Ecstasy #C96531

Tints of Ecstasy #C96531

RGB

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

 GREEN value IS 101 (39.84% from 255) = 28.77%

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

R = 57.26%
G = 28.77%
B = 13.96%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.76

 K value IS 0.21

RGB Variations

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

Color information

#C96531 (or 0xC96531) is known color: Ecstasy. HEX triplet: C9, 65 and 31. RGB value is (201,101,49). Sum of RGB (Red+Green+Blue) = 201+101+49=351 (46% of max value = 765). Red value is 201 (78.91% from 255 or 57.26% from 351); Green value is 101 (39.84% from 255 or 28.77% from 351); Blue value is 49 (19.53% from 255 or 13.96% from 351); Max value from RGB is 201 - color contains mainly: red. Hex color #C96531 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C96531 is #369ACE. Grayscale: #7D7D7D. Windows color (decimal): -3578575 or 3237321. OLE color: 3237321.

HSL color Cylindrical-coordinate representation of color #C96531: hue angle of 20.53º 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 #C96531 is Cyan = 0, Magento = 0.50, Yellow = 0.76 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 101 49 -
CMYK 0 0.50 0.76 0.21
HSL 20.53º 0.61% 0.49% -
HSV(B) 20.53º 0.76% 0.79% -
XYZ 29.3 21.95 5.6 -
YUV 124.97 85.13 182.23 -
System Red Green Blue C M Y K H S L
Decimal 201 101 49 0 0.50 0.76 0.21 20.53 0.61 0.49
Hex C9 65 31 0 32 4C 15 15 3D 31
Octal 311 145 61 0 62 114 25 25 75 61
Binary 11001001 1100101 110001 0 110010 1001100 10101 10101 111101 110001

Color Harmonies of #C96531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96531

Black with #C96531

Text Example


Text Example

White with #C96531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96531; }

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

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

background-color css

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

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

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

border-color css

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

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

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