Html Css Color HEX #C96240 Ecstasy

📋 copy color: '#C96240'

red 201 ◦ green 98 ◦ blue 64

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

Shades of Ecstasy #C96240

Tints of Ecstasy #C96240

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 17.63%

R = 55.37%
G = 27%
B = 17.63%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.68

 K value IS 0.21

RGB Variations

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

Color information

#C96240 (or 0xC96240) is known color: Ecstasy. HEX triplet: C9, 62 and 40. RGB value is (201,98,64). Sum of RGB (Red+Green+Blue) = 201+98+64=363 (48% of max value = 765). Red value is 201 (78.91% from 255 or 55.37% from 363); Green value is 98 (38.67% from 255 or 27.00% from 363); Blue value is 64 (25.39% from 255 or 17.63% from 363); Max value from RGB is 201 - color contains mainly: red. Hex color #C96240 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C96240 is #369DBF. Grayscale: #7D7D7D. Windows color (decimal): -3579328 or 4219593. OLE color: 4219593.

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

Color convert

RGB 201 98 64 -
CMYK 0 0.51 0.68 0.21
HSL 14.89º 0.56% 0.52% -
HSV(B) 14.89º 0.68% 0.79% -
XYZ 29.38 21.52 7.46 -
YUV 124.92 93.62 182.26 -
System Red Green Blue C M Y K H S L
Decimal 201 98 64 0 0.51 0.68 0.21 14.89 0.56 0.52
Hex C9 62 40 0 33 44 15 F 38 34
Octal 311 142 100 0 63 104 25 17 70 64
Binary 11001001 1100010 1000000 0 110011 1000100 10101 1111 111000 110100

Color Harmonies of #C96240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96240

Black with #C96240

Text Example


Text Example

White with #C96240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96240; }

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

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

background-color css

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

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

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

border-color css

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

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

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