Html Css Color HEX #CC6441 Ecstasy

📋 copy color: '#CC6441'

red 204 ◦ green 100 ◦ blue 65

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

Shades of Ecstasy #CC6441

Tints of Ecstasy #CC6441

RGB

 RED value IS 204 (80.08% from 255) = 55.28%

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

 BLUE value IS 65 (25.78% from 255) = 17.62%

R = 55.28%
G = 27.1%
B = 17.62%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.68

 K value IS 0.2

RGB Variations

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

Color information

#CC6441 (or 0xCC6441) is known color: Ecstasy. HEX triplet: CC, 64 and 41. RGB value is (204,100,65). Sum of RGB (Red+Green+Blue) = 204+100+65=369 (48% of max value = 765). Red value is 204 (80.08% from 255 or 55.28% from 369); Green value is 100 (39.45% from 255 or 27.10% from 369); Blue value is 65 (25.78% from 255 or 17.62% from 369); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6441 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC6441 is #339BBE. Grayscale: #7F7F7F. Windows color (decimal): -3382207 or 4285644. OLE color: 4285644.

HSL color Cylindrical-coordinate representation of color #CC6441: hue angle of 15.11º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CC6441 is Cyan = 0, Magento = 0.51, Yellow = 0.68 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 100 65 -
CMYK 0 0.51 0.68 0.2
HSL 15.11º 0.58% 0.53% -
HSV(B) 15.11º 0.68% 0.8% -
XYZ 30.41 22.33 7.71 -
YUV 127.11 92.96 182.85 -
System Red Green Blue C M Y K H S L
Decimal 204 100 65 0 0.51 0.68 0.2 15.11 0.58 0.53
Hex CC 64 41 0 33 44 14 F 3A 35
Octal 314 144 101 0 63 104 24 17 72 65
Binary 11001100 1100100 1000001 0 110011 1000100 10100 1111 111010 110101

Color Harmonies of #CC6441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6441

Black with #CC6441

Text Example


Text Example

White with #CC6441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6441; }

 p { color: rgb(204,100,65); }

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

background-color css

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

 a { background-color: rgb(204,100,65); }

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

border-color css

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

 span { border-color: rgb(204,100,65); }

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