Html Css Color HEX #C96640 Ecstasy

📋 copy color: '#C96640'

red 201 ◦ green 102 ◦ blue 64

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

Shades of Ecstasy #C96640

Tints of Ecstasy #C96640

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 17.44%

R = 54.77%
G = 27.79%
B = 17.44%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.68

 K value IS 0.21

RGB Variations

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

Color information

#C96640 (or 0xC96640) is known color: Ecstasy. HEX triplet: C9, 66 and 40. RGB value is (201,102,64). Sum of RGB (Red+Green+Blue) = 201+102+64=367 (48% of max value = 765). Red value is 201 (78.91% from 255 or 54.77% from 367); Green value is 102 (40.23% from 255 or 27.79% from 367); Blue value is 64 (25.39% from 255 or 17.44% from 367); Max value from RGB is 201 - color contains mainly: red. Hex color #C96640 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C96640 is #3699BF. Grayscale: #7F7F7F. Windows color (decimal): -3578304 or 4220617. OLE color: 4220617.

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

Color convert

RGB 201 102 64 -
CMYK 0 0.49 0.68 0.21
HSL 16.64º 0.56% 0.52% -
HSV(B) 16.64º 0.68% 0.79% -
XYZ 29.76 22.29 7.58 -
YUV 127.27 92.3 180.59 -
System Red Green Blue C M Y K H S L
Decimal 201 102 64 0 0.49 0.68 0.21 16.64 0.56 0.52
Hex C9 66 40 0 31 44 15 11 38 34
Octal 311 146 100 0 61 104 25 21 70 64
Binary 11001001 1100110 1000000 0 110001 1000100 10101 10001 111000 110100

Color Harmonies of #C96640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96640

Black with #C96640

Text Example


Text Example

White with #C96640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96640; }

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

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

background-color css

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

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

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

border-color css

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

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

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