#CF657E

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

Shades of Charm #CF657E

Tints of Charm #CF657E

Color information

#CF657E (or 0xCF657E) is unknown color: approx Charm. HEX triplet: CF, 65 and 7E. RGB value is (207,101,126). Sum of RGB (Red+Green+Blue) = 207+101+126=434 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.70% from 434); Green value is 101 (39.84% from 255 or 23.27% from 434); Blue value is 126 (49.61% from 255 or 29.03% from 434); Max value from RGB is 207 - color contains mainly: red. Hex color #CF657E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF657E is #309A81. Grayscale: #878787. Windows color (decimal): -3185282 or 8283599. OLE color: 8283599.

HSL color Cylindrical-coordinate representation of color #CF657E: hue angle of 345.85º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CF657E is Cyan = 0, Magento = 0.51, Yellow = 0.39 and Black (K on CMYK) = 0.19.

Color convert

RGB207101126-
CMYK00.510.390.19
HSL345.85º52.48%60.39%-
HSV(B)345.85º51.21%81.18%-
XYZ34.1524.0822.59-
YUV135.54122.62178.97-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 47.70%
GREEN value IS 101 (39.84% from 255) = 23.27%
BLUE value IS 126 (49.61% from 255) = 29.03%
R=47.70%
G=23.27%
B=29.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.39
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20710112600.510.390.19345.8552.4860.39
HexCF657E033271315a343c
Octal31714517606347235326474
Binary1100111111001011111110011001110011110011101011010110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF657E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF657E; }

 p { color: rgb(207,101,126); }

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

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

 a { background-color: rgb(207,101,126); }

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

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

 span { border-color: rgb(207,101,126); }

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