Html Css Color HEX #C96440 Ecstasy

📋 copy color: '#C96440'

red 201 ◦ green 100 ◦ blue 64

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

Shades of Ecstasy #C96440

Tints of Ecstasy #C96440

RGB

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

 GREEN value IS 100 (39.45% from 255) = 27.4%

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

R = 55.07%
G = 27.4%
B = 17.53%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.68

 K value IS 0.21

RGB Variations

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

Color information

#C96440 (or 0xC96440) is known color: Ecstasy. HEX triplet: C9, 64 and 40. RGB value is (201,100,64). Sum of RGB (Red+Green+Blue) = 201+100+64=365 (48% of max value = 765). Red value is 201 (78.91% from 255 or 55.07% from 365); Green value is 100 (39.45% from 255 or 27.40% from 365); Blue value is 64 (25.39% from 255 or 17.53% from 365); Max value from RGB is 201 - color contains mainly: red. Hex color #C96440 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C96440 is #369BBF. Grayscale: #7E7E7E. Windows color (decimal): -3578816 or 4220105. OLE color: 4220105.

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

Color convert

RGB 201 100 64 -
CMYK 0 0.50 0.68 0.21
HSL 15.77º 0.56% 0.52% -
HSV(B) 15.77º 0.68% 0.79% -
XYZ 29.57 21.9 7.52 -
YUV 126.1 92.96 181.43 -
System Red Green Blue C M Y K H S L
Decimal 201 100 64 0 0.50 0.68 0.21 15.77 0.56 0.52
Hex C9 64 40 0 32 44 15 10 38 34
Octal 311 144 100 0 62 104 25 20 70 64
Binary 11001001 1100100 1000000 0 110010 1000100 10101 10000 111000 110100

Color Harmonies of #C96440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96440

Black with #C96440

Text Example


Text Example

White with #C96440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96440; }

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

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

background-color css

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

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

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

border-color css

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

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

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