Html Css Color HEX #C96141 Ecstasy

📋 copy color: '#C96141'

red 201 ◦ green 97 ◦ blue 65

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

Shades of Ecstasy #C96141

Tints of Ecstasy #C96141

RGB

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

 GREEN value IS 97 (38.28% from 255) = 26.72%

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

R = 55.37%
G = 26.72%
B = 17.91%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.68

 K value IS 0.21

RGB Variations

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

Color information

#C96141 (or 0xC96141) is known color: Ecstasy. HEX triplet: C9, 61 and 41. RGB value is (201,97,65). Sum of RGB (Red+Green+Blue) = 201+97+65=363 (48% of max value = 765). Red value is 201 (78.91% from 255 or 55.37% from 363); Green value is 97 (38.28% from 255 or 26.72% from 363); Blue value is 65 (25.78% from 255 or 17.91% from 363); Max value from RGB is 201 - color contains mainly: red. Hex color #C96141 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C96141 is #369EBE. Grayscale: #7C7C7C. Windows color (decimal): -3579583 or 4284873. OLE color: 4284873.

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

Color convert

RGB 201 97 65 -
CMYK 0 0.52 0.68 0.21
HSL 14.12º 0.56% 0.52% -
HSV(B) 14.12º 0.68% 0.79% -
XYZ 29.32 21.35 7.58 -
YUV 124.45 94.46 182.6 -
System Red Green Blue C M Y K H S L
Decimal 201 97 65 0 0.52 0.68 0.21 14.12 0.56 0.52
Hex C9 61 41 0 34 44 15 E 38 34
Octal 311 141 101 0 64 104 25 16 70 64
Binary 11001001 1100001 1000001 0 110100 1000100 10101 1110 111000 110100

Color Harmonies of #C96141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96141

Black with #C96141

Text Example


Text Example

White with #C96141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96141; }

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

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

background-color css

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

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

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

border-color css

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

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

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