#CC768F

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

Shades of Charm #CC768F

Tints of Charm #CC768F

Color information

#CC768F (or 0xCC768F) is unknown color: approx Charm. HEX triplet: CC, 76 and 8F. RGB value is (204,118,143). Sum of RGB (Red+Green+Blue) = 204+118+143=465 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.87% from 465); Green value is 118 (46.48% from 255 or 25.38% from 465); Blue value is 143 (56.25% from 255 or 30.75% from 465); Max value from RGB is 204 - color contains mainly: red. Hex color #CC768F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC768F is #338970. Grayscale: #929292. Windows color (decimal): -3377521 or 9402060. OLE color: 9402060.

HSL color Cylindrical-coordinate representation of color #CC768F: hue angle of 342.56º degrees, saturation: 0.46, 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 #CC768F is Cyan = 0, Magento = 0.42, Yellow = 0.30 and Black (K on CMYK) = 0.2.

Color convert

RGB204118143-
CMYK00.420.300.2
HSL342.56º45.74%63.14%-
HSV(B)342.56º42.16%80%-
XYZ36.3427.7829.43-
YUV146.56125.99168.97-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 43.87%
GREEN value IS 118 (46.48% from 255) = 25.38%
BLUE value IS 143 (56.25% from 255) = 30.75%
R=43.87%
G=25.38%
B=30.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.30
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20411814300.420.300.2342.5645.7463.14
HexCC768F02A1E141572e3f
Octal31416621705236245275677
Binary1100110011101101000111101010101111010100101010111101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC768F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC768F; }

 p { color: rgb(204,118,143); }

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

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

 a { background-color: rgb(204,118,143); }

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

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

 span { border-color: rgb(204,118,143); }

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