Html Css Color HEX #C96333 Ecstasy

📋 copy color: '#C96333'

red 201 ◦ green 99 ◦ blue 51

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

Shades of Ecstasy #C96333

Tints of Ecstasy #C96333

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 14.53%

R = 57.26%
G = 28.21%
B = 14.53%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.75

 K value IS 0.21

RGB Variations

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

Color information

#C96333 (or 0xC96333) is known color: Ecstasy. HEX triplet: C9, 63 and 33. RGB value is (201,99,51). Sum of RGB (Red+Green+Blue) = 201+99+51=351 (46% of max value = 765). Red value is 201 (78.91% from 255 or 57.26% from 351); Green value is 99 (39.06% from 255 or 28.21% from 351); Blue value is 51 (20.31% from 255 or 14.53% from 351); Max value from RGB is 201 - color contains mainly: red. Hex color #C96333 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C96333 is #369CCC. Grayscale: #7C7C7C. Windows color (decimal): -3579085 or 3367881. OLE color: 3367881.

HSL color Cylindrical-coordinate representation of color #C96333: hue angle of 19.2º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C96333 is Cyan = 0, Magento = 0.51, Yellow = 0.75 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 99 51 -
CMYK 0 0.51 0.75 0.21
HSL 19.2º 0.6% 0.49% -
HSV(B) 19.2º 0.75% 0.79% -
XYZ 29.15 21.58 5.76 -
YUV 124.03 86.79 182.9 -
System Red Green Blue C M Y K H S L
Decimal 201 99 51 0 0.51 0.75 0.21 19.2 0.6 0.49
Hex C9 63 33 0 33 4B 15 13 3C 31
Octal 311 143 63 0 63 113 25 23 74 61
Binary 11001001 1100011 110011 0 110011 1001011 10101 10011 111100 110001

Color Harmonies of #C96333

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96333

Black with #C96333

Text Example


Text Example

White with #C96333

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96333; }

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

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

background-color css

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

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

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

border-color css

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

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

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