Html Css Color HEX #C96241 Ecstasy

📋 copy color: '#C96241'

red 201 ◦ green 98 ◦ blue 65

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

Shades of Ecstasy #C96241

Tints of Ecstasy #C96241

RGB

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

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

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

R = 55.22%
G = 26.92%
B = 17.86%

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

#C96241 (or 0xC96241) is known color: Ecstasy. HEX triplet: C9, 62 and 41. RGB value is (201,98,65). Sum of RGB (Red+Green+Blue) = 201+98+65=364 (48% of max value = 765). Red value is 201 (78.91% from 255 or 55.22% from 364); Green value is 98 (38.67% from 255 or 26.92% from 364); Blue value is 65 (25.78% from 255 or 17.86% from 364); Max value from RGB is 201 - color contains mainly: red. Hex color #C96241 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C96241 is #369DBE. Grayscale: #7D7D7D. Windows color (decimal): -3579327 or 4285129. OLE color: 4285129.

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

Color convert

RGB 201 98 65 -
CMYK 0 0.51 0.68 0.21
HSL 14.56º 0.56% 0.52% -
HSV(B) 14.56º 0.68% 0.79% -
XYZ 29.41 21.53 7.61 -
YUV 125.04 94.12 182.18 -
System Red Green Blue C M Y K H S L
Decimal 201 98 65 0 0.51 0.68 0.21 14.56 0.56 0.52
Hex C9 62 41 0 33 44 15 F 38 34
Octal 311 142 101 0 63 104 25 17 70 64
Binary 11001001 1100010 1000001 0 110011 1000100 10101 1111 111000 110100

Color Harmonies of #C96241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96241

Black with #C96241

Text Example


Text Example

White with #C96241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96241; }

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

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

background-color css

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

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

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

border-color css

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

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

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