Html Css Color HEX #C96442 Ecstasy

📋 copy color: '#C96442'

red 201 ◦ green 100 ◦ blue 66

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

Shades of Ecstasy #C96442

Tints of Ecstasy #C96442

RGB

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

 GREEN value IS 100 (39.45% from 255) = 27.25%

 BLUE value IS 66 (26.17% from 255) = 17.98%

R = 54.77%
G = 27.25%
B = 17.98%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.67

 K value IS 0.21

RGB Variations

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

Color information

#C96442 (or 0xC96442) is known color: Ecstasy. HEX triplet: C9, 64 and 42. RGB value is (201,100,66). Sum of RGB (Red+Green+Blue) = 201+100+66=367 (48% of max value = 765). Red value is 201 (78.91% from 255 or 54.77% from 367); Green value is 100 (39.45% from 255 or 27.25% from 367); Blue value is 66 (26.17% from 255 or 17.98% from 367); Max value from RGB is 201 - color contains mainly: red. Hex color #C96442 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C96442 is #369BBD. Grayscale: #7E7E7E. Windows color (decimal): -3578814 or 4351177. OLE color: 4351177.

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

Color convert

RGB 201 100 66 -
CMYK 0 0.50 0.67 0.21
HSL 15.11º 0.56% 0.52% -
HSV(B) 15.11º 0.67% 0.79% -
XYZ 29.63 21.93 7.82 -
YUV 126.32 93.96 181.26 -
System Red Green Blue C M Y K H S L
Decimal 201 100 66 0 0.50 0.67 0.21 15.11 0.56 0.52
Hex C9 64 42 0 32 43 15 F 38 34
Octal 311 144 102 0 62 103 25 17 70 64
Binary 11001001 1100100 1000010 0 110010 1000011 10101 1111 111000 110100

Color Harmonies of #C96442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96442

Black with #C96442

Text Example


Text Example

White with #C96442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96442; }

 p { color: rgb(201,100,66); }

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

background-color css

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

 a { background-color: rgb(201,100,66); }

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

border-color css

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

 span { border-color: rgb(201,100,66); }

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