Html Css Color HEX #C96140 Ecstasy

📋 copy color: '#C96140'

red 201 ◦ green 97 ◦ blue 64

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

Shades of Ecstasy #C96140

Tints of Ecstasy #C96140

RGB

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

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

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

R = 55.52%
G = 26.8%
B = 17.68%

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

#C96140 (or 0xC96140) is known color: Ecstasy. HEX triplet: C9, 61 and 40. RGB value is (201,97,64). Sum of RGB (Red+Green+Blue) = 201+97+64=362 (47% of max value = 765). Red value is 201 (78.91% from 255 or 55.52% from 362); Green value is 97 (38.28% from 255 or 26.80% from 362); Blue value is 64 (25.39% from 255 or 17.68% from 362); Max value from RGB is 201 - color contains mainly: red. Hex color #C96140 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C96140 is #369EBF. Grayscale: #7C7C7C. Windows color (decimal): -3579584 or 4219337. OLE color: 4219337.

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

Color convert

RGB 201 97 64 -
CMYK 0 0.52 0.68 0.21
HSL 14.45º 0.56% 0.52% -
HSV(B) 14.45º 0.68% 0.79% -
XYZ 29.29 21.34 7.43 -
YUV 124.33 93.96 182.68 -
System Red Green Blue C M Y K H S L
Decimal 201 97 64 0 0.52 0.68 0.21 14.45 0.56 0.52
Hex C9 61 40 0 34 44 15 E 38 34
Octal 311 141 100 0 64 104 25 16 70 64
Binary 11001001 1100001 1000000 0 110100 1000100 10101 1110 111000 110100

Color Harmonies of #C96140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96140

Black with #C96140

Text Example


Text Example

White with #C96140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96140; }

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

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

background-color css

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

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

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

border-color css

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

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

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