Html Css Color HEX #C96342 Ecstasy

📋 copy color: '#C96342'

red 201 ◦ green 99 ◦ blue 66

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

Shades of Ecstasy #C96342

Tints of Ecstasy #C96342

RGB

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

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

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

R = 54.92%
G = 27.05%
B = 18.03%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.67

 K value IS 0.21

RGB Variations

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

Color information

#C96342 (or 0xC96342) is known color: Ecstasy. HEX triplet: C9, 63 and 42. RGB value is (201,99,66). Sum of RGB (Red+Green+Blue) = 201+99+66=366 (48% of max value = 765). Red value is 201 (78.91% from 255 or 54.92% from 366); Green value is 99 (39.06% from 255 or 27.05% from 366); Blue value is 66 (26.17% from 255 or 18.03% from 366); Max value from RGB is 201 - color contains mainly: red. Hex color #C96342 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C96342 is #369CBD. Grayscale: #7D7D7D. Windows color (decimal): -3579070 or 4350921. OLE color: 4350921.

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

Color convert

RGB 201 99 66 -
CMYK 0 0.51 0.67 0.21
HSL 14.67º 0.56% 0.52% -
HSV(B) 14.67º 0.67% 0.79% -
XYZ 29.53 21.73 7.79 -
YUV 125.74 94.29 181.68 -
System Red Green Blue C M Y K H S L
Decimal 201 99 66 0 0.51 0.67 0.21 14.67 0.56 0.52
Hex C9 63 42 0 33 43 15 F 38 34
Octal 311 143 102 0 63 103 25 17 70 64
Binary 11001001 1100011 1000010 0 110011 1000011 10101 1111 111000 110100

Color Harmonies of #C96342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96342

Black with #C96342

Text Example


Text Example

White with #C96342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96342; }

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

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

background-color css

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

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

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

border-color css

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

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

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