Html Css Color HEX #C96039 Ecstasy

📋 copy color: '#C96039'

red 201 ◦ green 96 ◦ blue 57

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

Shades of Ecstasy #C96039

Tints of Ecstasy #C96039

RGB

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

 GREEN value IS 96 (37.89% from 255) = 27.12%

 BLUE value IS 57 (22.66% from 255) = 16.1%

R = 56.78%
G = 27.12%
B = 16.1%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.72

 K value IS 0.21

RGB Variations

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

Color information

#C96039 (or 0xC96039) is known color: Ecstasy. HEX triplet: C9, 60 and 39. RGB value is (201,96,57). Sum of RGB (Red+Green+Blue) = 201+96+57=354 (46% of max value = 765). Red value is 201 (78.91% from 255 or 56.78% from 354); Green value is 96 (37.89% from 255 or 27.12% from 354); Blue value is 57 (22.66% from 255 or 16.10% from 354); Max value from RGB is 201 - color contains mainly: red. Hex color #C96039 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C96039 is #369FC6. Grayscale: #7B7B7B. Windows color (decimal): -3579847 or 3760329. OLE color: 3760329.

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

Color convert

RGB 201 96 57 -
CMYK 0 0.52 0.72 0.21
HSL 16.25º 0.57% 0.51% -
HSV(B) 16.25º 0.72% 0.79% -
XYZ 29.01 21.08 6.41 -
YUV 122.95 90.79 183.67 -
System Red Green Blue C M Y K H S L
Decimal 201 96 57 0 0.52 0.72 0.21 16.25 0.57 0.51
Hex C9 60 39 0 34 48 15 10 39 33
Octal 311 140 71 0 64 110 25 20 71 63
Binary 11001001 1100000 111001 0 110100 1001000 10101 10000 111001 110011

Color Harmonies of #C96039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96039

Black with #C96039

Text Example


Text Example

White with #C96039

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96039; }

 p { color: rgb(201,96,57); }

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

background-color css

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

 a { background-color: rgb(201,96,57); }

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

border-color css

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

 span { border-color: rgb(201,96,57); }

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