Html Css Color HEX #C96631 Ecstasy

📋 copy color: '#C96631'

red 201 ◦ green 102 ◦ blue 49

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

Shades of Ecstasy #C96631

Tints of Ecstasy #C96631

RGB

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

 GREEN value IS 102 (40.23% from 255) = 28.98%

 BLUE value IS 49 (19.53% from 255) = 13.92%

R = 57.1%
G = 28.98%
B = 13.92%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.76

 K value IS 0.21

RGB Variations

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

Color information

#C96631 (or 0xC96631) is known color: Ecstasy. HEX triplet: C9, 66 and 31. RGB value is (201,102,49). Sum of RGB (Red+Green+Blue) = 201+102+49=352 (46% of max value = 765). Red value is 201 (78.91% from 255 or 57.10% from 352); Green value is 102 (40.23% from 255 or 28.98% from 352); Blue value is 49 (19.53% from 255 or 13.92% from 352); Max value from RGB is 201 - color contains mainly: red. Hex color #C96631 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C96631 is #3699CE. Grayscale: #7D7D7D. Windows color (decimal): -3578319 or 3237577. OLE color: 3237577.

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

Color convert

RGB 201 102 49 -
CMYK 0 0.49 0.76 0.21
HSL 20.92º 0.61% 0.49% -
HSV(B) 20.92º 0.76% 0.79% -
XYZ 29.39 22.14 5.63 -
YUV 125.56 84.8 181.81 -
System Red Green Blue C M Y K H S L
Decimal 201 102 49 0 0.49 0.76 0.21 20.92 0.61 0.49
Hex C9 66 31 0 31 4C 15 15 3D 31
Octal 311 146 61 0 61 114 25 25 75 61
Binary 11001001 1100110 110001 0 110001 1001100 10101 10101 111101 110001

Color Harmonies of #C96631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96631

Black with #C96631

Text Example


Text Example

White with #C96631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96631; }

 p { color: rgb(201,102,49); }

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

background-color css

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

 a { background-color: rgb(201,102,49); }

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

border-color css

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

 span { border-color: rgb(201,102,49); }

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