Html Css Color HEX #C96541 Ecstasy

📋 copy color: '#C96541'

red 201 ◦ green 101 ◦ blue 65

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

Shades of Ecstasy #C96541

Tints of Ecstasy #C96541

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 17.71%

R = 54.77%
G = 27.52%
B = 17.71%

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

#C96541 (or 0xC96541) is known color: Ecstasy. HEX triplet: C9, 65 and 41. RGB value is (201,101,65). Sum of RGB (Red+Green+Blue) = 201+101+65=367 (48% of max value = 765). Red value is 201 (78.91% from 255 or 54.77% from 367); Green value is 101 (39.84% from 255 or 27.52% from 367); Blue value is 65 (25.78% from 255 or 17.71% from 367); Max value from RGB is 201 - color contains mainly: red. Hex color #C96541 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C96541 is #369ABE. Grayscale: #7F7F7F. Windows color (decimal): -3578559 or 4285897. OLE color: 4285897.

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

Color convert

RGB 201 101 65 -
CMYK 0 0.50 0.68 0.21
HSL 15.88º 0.56% 0.52% -
HSV(B) 15.88º 0.68% 0.79% -
XYZ 29.7 22.11 7.7 -
YUV 126.8 93.13 180.93 -
System Red Green Blue C M Y K H S L
Decimal 201 101 65 0 0.50 0.68 0.21 15.88 0.56 0.52
Hex C9 65 41 0 32 44 15 10 38 34
Octal 311 145 101 0 62 104 25 20 70 64
Binary 11001001 1100101 1000001 0 110010 1000100 10101 10000 111000 110100

Color Harmonies of #C96541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96541

Black with #C96541

Text Example


Text Example

White with #C96541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96541; }

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

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

background-color css

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

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

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

border-color css

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

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

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