Html Css Color HEX #C96134 Ecstasy

📋 copy color: '#C96134'

red 201 ◦ green 97 ◦ blue 52

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

Shades of Ecstasy #C96134

Tints of Ecstasy #C96134

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 14.86%

R = 57.43%
G = 27.71%
B = 14.86%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.74

 K value IS 0.21

RGB Variations

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

Color information

#C96134 (or 0xC96134) is known color: Ecstasy. HEX triplet: C9, 61 and 34. RGB value is (201,97,52). Sum of RGB (Red+Green+Blue) = 201+97+52=350 (46% of max value = 765). Red value is 201 (78.91% from 255 or 57.43% from 350); Green value is 97 (38.28% from 255 or 27.71% from 350); Blue value is 52 (20.70% from 255 or 14.86% from 350); Max value from RGB is 201 - color contains mainly: red. Hex color #C96134 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C96134 is #369ECB. Grayscale: #7B7B7B. Windows color (decimal): -3579596 or 3432905. OLE color: 3432905.

HSL color Cylindrical-coordinate representation of color #C96134: hue angle of 18.12º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C96134 is Cyan = 0, Magento = 0.52, Yellow = 0.74 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 97 52 -
CMYK 0 0.52 0.74 0.21
HSL 18.12º 0.59% 0.5% -
HSV(B) 18.12º 0.74% 0.79% -
XYZ 28.98 21.21 5.82 -
YUV 122.97 87.96 183.66 -
System Red Green Blue C M Y K H S L
Decimal 201 97 52 0 0.52 0.74 0.21 18.12 0.59 0.5
Hex C9 61 34 0 34 4A 15 12 3B 32
Octal 311 141 64 0 64 112 25 22 73 62
Binary 11001001 1100001 110100 0 110100 1001010 10101 10010 111011 110010

Color Harmonies of #C96134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96134

Black with #C96134

Text Example


Text Example

White with #C96134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96134; }

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

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

background-color css

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

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

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

border-color css

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

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

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