Html Css Color HEX #C96540 Ecstasy

📋 copy color: '#C96540'

red 201 ◦ green 101 ◦ blue 64

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

Shades of Ecstasy #C96540

Tints of Ecstasy #C96540

RGB

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

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

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

R = 54.92%
G = 27.6%
B = 17.49%

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

#C96540 (or 0xC96540) is known color: Ecstasy. HEX triplet: C9, 65 and 40. RGB value is (201,101,64). Sum of RGB (Red+Green+Blue) = 201+101+64=366 (48% of max value = 765). Red value is 201 (78.91% from 255 or 54.92% from 366); Green value is 101 (39.84% from 255 or 27.60% from 366); Blue value is 64 (25.39% from 255 or 17.49% from 366); Max value from RGB is 201 - color contains mainly: red. Hex color #C96540 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C96540 is #369ABF. Grayscale: #7E7E7E. Windows color (decimal): -3578560 or 4220361. OLE color: 4220361.

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

Color convert

RGB 201 101 64 -
CMYK 0 0.50 0.68 0.21
HSL 16.2º 0.56% 0.52% -
HSV(B) 16.2º 0.68% 0.79% -
XYZ 29.67 22.1 7.55 -
YUV 126.68 92.63 181.01 -
System Red Green Blue C M Y K H S L
Decimal 201 101 64 0 0.50 0.68 0.21 16.2 0.56 0.52
Hex C9 65 40 0 32 44 15 10 38 34
Octal 311 145 100 0 62 104 25 20 70 64
Binary 11001001 1100101 1000000 0 110010 1000100 10101 10000 111000 110100

Color Harmonies of #C96540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96540

Black with #C96540

Text Example


Text Example

White with #C96540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96540; }

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

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

background-color css

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

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

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

border-color css

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

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

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