#CC7784

Color #CC7784 Charm (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Charm #CC7784

Tints of Charm #CC7784

Color information

#CC7784 (or 0xCC7784) is unknown color: approx Charm. HEX triplet: CC, 77 and 84. RGB value is (204,119,132). Sum of RGB (Red+Green+Blue) = 204+119+132=455 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.84% from 455); Green value is 119 (46.88% from 255 or 26.15% from 455); Blue value is 132 (51.95% from 255 or 29.01% from 455); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7784 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC7784 is #33887B. Grayscale: #919191. Windows color (decimal): -3377276 or 8681420. OLE color: 8681420.

HSL color Cylindrical-coordinate representation of color #CC7784: hue angle of 350.82º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CC7784 is Cyan = 0, Magento = 0.42, Yellow = 0.35 and Black (K on CMYK) = 0.2.

Color convert

RGB204119132-
CMYK00.420.350.2
HSL350.82º45.45%63.33%-
HSV(B)350.82º41.67%80%-
XYZ35.6627.725.3-
YUV145.9120.16169.44-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 44.84%
GREEN value IS 119 (46.88% from 255) = 26.15%
BLUE value IS 132 (51.95% from 255) = 29.01%
R=44.84%
G=26.15%
B=29.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.35
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20411913200.420.350.2350.8245.4563.33
HexCC778402A231415f2d3f
Octal31416720405243245375577
Binary11001100111011110000100010101010001110100101011111101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC7784

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC7784; }

 p { color: rgb(204,119,132); }

 H1.HeaderClassName
 {
   color: #CC7784;
 }
 .AnyTagClassName
 {
   color: #CC7784;
 }
</style>
background-color css

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

 a { background-color: rgb(204,119,132); }

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

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

 span { border-color: rgb(204,119,132); }

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