#CC657F

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

Shades of Charm #CC657F

Tints of Charm #CC657F

Color information

#CC657F (or 0xCC657F) is unknown color: approx Charm. HEX triplet: CC, 65 and 7F. RGB value is (204,101,127). Sum of RGB (Red+Green+Blue) = 204+101+127=432 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.22% from 432); Green value is 101 (39.84% from 255 or 23.38% from 432); Blue value is 127 (50% from 255 or 29.40% from 432); Max value from RGB is 204 - color contains mainly: red. Hex color #CC657F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC657F is #339A80. Grayscale: #868686. Windows color (decimal): -3381889 or 8349132. OLE color: 8349132.

HSL color Cylindrical-coordinate representation of color #CC657F: hue angle of 344.85º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CC657F is Cyan = 0, Magento = 0.50, Yellow = 0.38 and Black (K on CMYK) = 0.2.

Color convert

RGB204101127-
CMYK00.500.380.2
HSL344.85º50.24%59.8%-
HSV(B)344.85º50.49%80%-
XYZ33.3923.6822.89-
YUV134.76123.62177.39-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 47.22%
GREEN value IS 101 (39.84% from 255) = 23.38%
BLUE value IS 127 (50% from 255) = 29.40%
R=47.22%
G=23.38%
B=29.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.38
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20410112700.500.380.2344.8550.2459.8
HexCC657F0322614159323c
Octal31414517706246245316274
Binary1100110011001011111111011001010011010100101011001110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC657F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC657F; }

 p { color: rgb(204,101,127); }

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

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

 a { background-color: rgb(204,101,127); }

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

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

 span { border-color: rgb(204,101,127); }

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