Html Css Color HEX #CC6240 Ecstasy

📋 copy color: '#CC6240'

red 204 ◦ green 98 ◦ blue 64

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

Shades of Ecstasy #CC6240

Tints of Ecstasy #CC6240

RGB

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

 GREEN value IS 98 (38.67% from 255) = 26.78%

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

R = 55.74%
G = 26.78%
B = 17.49%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.69

 K value IS 0.2

RGB Variations

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

Color information

#CC6240 (or 0xCC6240) is known color: Ecstasy. HEX triplet: CC, 62 and 40. RGB value is (204,98,64). Sum of RGB (Red+Green+Blue) = 204+98+64=366 (48% of max value = 765). Red value is 204 (80.08% from 255 or 55.74% from 366); Green value is 98 (38.67% from 255 or 26.78% from 366); Blue value is 64 (25.39% from 255 or 17.49% from 366); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6240 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC6240 is #339DBF. Grayscale: #7E7E7E. Windows color (decimal): -3382720 or 4219596. OLE color: 4219596.

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

Color convert

RGB 204 98 64 -
CMYK 0 0.52 0.69 0.2
HSL 14.57º 0.58% 0.53% -
HSV(B) 14.57º 0.69% 0.8% -
XYZ 30.19 21.94 7.49 -
YUV 125.82 93.12 183.76 -
System Red Green Blue C M Y K H S L
Decimal 204 98 64 0 0.52 0.69 0.2 14.57 0.58 0.53
Hex CC 62 40 0 34 45 14 F 3A 35
Octal 314 142 100 0 64 105 24 17 72 65
Binary 11001100 1100010 1000000 0 110100 1000101 10100 1111 111010 110101

Color Harmonies of #CC6240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6240

Black with #CC6240

Text Example


Text Example

White with #CC6240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6240; }

 p { color: rgb(204,98,64); }

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

background-color css

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

 a { background-color: rgb(204,98,64); }

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

border-color css

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

 span { border-color: rgb(204,98,64); }

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