Html Css Color HEX #C96538 Ecstasy

📋 copy color: '#C96538'

red 201 ◦ green 101 ◦ blue 56

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

Shades of Ecstasy #C96538

Tints of Ecstasy #C96538

RGB

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

 GREEN value IS 101 (39.84% from 255) = 28.21%

 BLUE value IS 56 (22.27% from 255) = 15.64%

R = 56.15%
G = 28.21%
B = 15.64%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.72

 K value IS 0.21

RGB Variations

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

Color information

#C96538 (or 0xC96538) is known color: Ecstasy. HEX triplet: C9, 65 and 38. RGB value is (201,101,56). Sum of RGB (Red+Green+Blue) = 201+101+56=358 (47% of max value = 765). Red value is 201 (78.91% from 255 or 56.15% from 358); Green value is 101 (39.84% from 255 or 28.21% from 358); Blue value is 56 (22.27% from 255 or 15.64% from 358); Max value from RGB is 201 - color contains mainly: red. Hex color #C96538 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C96538 is #369AC7. Grayscale: #7E7E7E. Windows color (decimal): -3578568 or 3696073. OLE color: 3696073.

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

Color convert

RGB 201 101 56 -
CMYK 0 0.50 0.72 0.21
HSL 18.62º 0.57% 0.5% -
HSV(B) 18.62º 0.72% 0.79% -
XYZ 29.45 22.01 6.44 -
YUV 125.77 88.63 181.66 -
System Red Green Blue C M Y K H S L
Decimal 201 101 56 0 0.50 0.72 0.21 18.62 0.57 0.5
Hex C9 65 38 0 32 48 15 13 39 32
Octal 311 145 70 0 62 110 25 23 71 62
Binary 11001001 1100101 111000 0 110010 1001000 10101 10011 111001 110010

Color Harmonies of #C96538

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96538

Black with #C96538

Text Example


Text Example

White with #C96538

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96538; }

 p { color: rgb(201,101,56); }

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

background-color css

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

 a { background-color: rgb(201,101,56); }

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

border-color css

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

 span { border-color: rgb(201,101,56); }

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