Html Css Color HEX #CC6740 Ecstasy

📋 copy color: '#CC6740'

red 204 ◦ green 103 ◦ blue 64

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

Shades of Ecstasy #CC6740

Tints of Ecstasy #CC6740

RGB

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

 GREEN value IS 103 (40.63% from 255) = 27.76%

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

R = 54.99%
G = 27.76%
B = 17.25%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.69

 K value IS 0.2

RGB Variations

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

Color information

#CC6740 (or 0xCC6740) is known color: Ecstasy. HEX triplet: CC, 67 and 40. RGB value is (204,103,64). Sum of RGB (Red+Green+Blue) = 204+103+64=371 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.99% from 371); Green value is 103 (40.62% from 255 or 27.76% from 371); Blue value is 64 (25.39% from 255 or 17.25% from 371); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6740 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC6740 is #3398BF. Grayscale: #818181. Windows color (decimal): -3381440 or 4220876. OLE color: 4220876.

HSL color Cylindrical-coordinate representation of color #CC6740: hue angle of 16.71º 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 #CC6740 is Cyan = 0, Magento = 0.50, Yellow = 0.69 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 103 64 -
CMYK 0 0.50 0.69 0.2
HSL 16.71º 0.58% 0.53% -
HSV(B) 16.71º 0.69% 0.8% -
XYZ 30.68 22.91 7.66 -
YUV 128.75 91.46 181.67 -
System Red Green Blue C M Y K H S L
Decimal 204 103 64 0 0.50 0.69 0.2 16.71 0.58 0.53
Hex CC 67 40 0 32 45 14 11 3A 35
Octal 314 147 100 0 62 105 24 21 72 65
Binary 11001100 1100111 1000000 0 110010 1000101 10100 10001 111010 110101

Color Harmonies of #CC6740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6740

Black with #CC6740

Text Example


Text Example

White with #CC6740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6740; }

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

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

background-color css

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

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

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

border-color css

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

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

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