Html Css Color HEX #C96334 Ecstasy

📋 copy color: '#C96334'

red 201 ◦ green 99 ◦ blue 52

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

Shades of Ecstasy #C96334

Tints of Ecstasy #C96334

RGB

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

 GREEN value IS 99 (39.06% from 255) = 28.13%

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

R = 57.1%
G = 28.13%
B = 14.77%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.74

 K value IS 0.21

RGB Variations

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

Color information

#C96334 (or 0xC96334) is known color: Ecstasy. HEX triplet: C9, 63 and 34. RGB value is (201,99,52). Sum of RGB (Red+Green+Blue) = 201+99+52=352 (46% of max value = 765). Red value is 201 (78.91% from 255 or 57.10% from 352); Green value is 99 (39.06% from 255 or 28.12% from 352); Blue value is 52 (20.70% from 255 or 14.77% from 352); Max value from RGB is 201 - color contains mainly: red. Hex color #C96334 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C96334 is #369CCB. Grayscale: #7C7C7C. Windows color (decimal): -3579084 or 3433417. OLE color: 3433417.

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

Color convert

RGB 201 99 52 -
CMYK 0 0.51 0.74 0.21
HSL 18.93º 0.59% 0.5% -
HSV(B) 18.93º 0.74% 0.79% -
XYZ 29.17 21.59 5.88 -
YUV 124.14 87.29 182.82 -
System Red Green Blue C M Y K H S L
Decimal 201 99 52 0 0.51 0.74 0.21 18.93 0.59 0.5
Hex C9 63 34 0 33 4A 15 13 3B 32
Octal 311 143 64 0 63 112 25 23 73 62
Binary 11001001 1100011 110100 0 110011 1001010 10101 10011 111011 110010

Color Harmonies of #C96334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96334

Black with #C96334

Text Example


Text Example

White with #C96334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96334; }

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

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

background-color css

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

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

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

border-color css

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

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

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