Html Css Color HEX #C96033 Ecstasy

📋 copy color: '#C96033'

red 201 ◦ green 96 ◦ blue 51

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

Shades of Ecstasy #C96033

Tints of Ecstasy #C96033

RGB

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

 GREEN value IS 96 (37.89% from 255) = 27.59%

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

R = 57.76%
G = 27.59%
B = 14.66%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.75

 K value IS 0.21

RGB Variations

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

Color information

#C96033 (or 0xC96033) is known color: Ecstasy. HEX triplet: C9, 60 and 33. RGB value is (201,96,51). Sum of RGB (Red+Green+Blue) = 201+96+51=348 (46% of max value = 765). Red value is 201 (78.91% from 255 or 57.76% from 348); Green value is 96 (37.89% from 255 or 27.59% from 348); Blue value is 51 (20.31% from 255 or 14.66% from 348); Max value from RGB is 201 - color contains mainly: red. Hex color #C96033 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C96033 is #369FCC. Grayscale: #7A7A7A. Windows color (decimal): -3579853 or 3367113. OLE color: 3367113.

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

Color convert

RGB 201 96 51 -
CMYK 0 0.52 0.75 0.21
HSL 18º 0.6% 0.49% -
HSV(B) 18º 0.75% 0.79% -
XYZ 28.87 21.02 5.67 -
YUV 122.27 87.79 184.16 -
System Red Green Blue C M Y K H S L
Decimal 201 96 51 0 0.52 0.75 0.21 18 0.6 0.49
Hex C9 60 33 0 34 4B 15 12 3C 31
Octal 311 140 63 0 64 113 25 22 74 61
Binary 11001001 1100000 110011 0 110100 1001011 10101 10010 111100 110001

Color Harmonies of #C96033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96033

Black with #C96033

Text Example


Text Example

White with #C96033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96033; }

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

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

background-color css

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

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

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

border-color css

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

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

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