#CF6A7E

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

Shades of Charm #CF6A7E

Tints of Charm #CF6A7E

Color information

#CF6A7E (or 0xCF6A7E) is unknown color: approx Charm. HEX triplet: CF, 6A and 7E. RGB value is (207,106,126). Sum of RGB (Red+Green+Blue) = 207+106+126=439 (58% of max value = 765). Red value is 207 (81.25% from 255 or 47.15% from 439); Green value is 106 (41.80% from 255 or 24.15% from 439); Blue value is 126 (49.61% from 255 or 28.70% from 439); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6A7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF6A7E is #309581. Grayscale: #8A8A8A. Windows color (decimal): -3184002 or 8284879. OLE color: 8284879.

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

Color convert

RGB207106126-
CMYK00.490.390.19
HSL348.12º51.27%61.37%-
HSV(B)348.12º48.79%81.18%-
XYZ34.6525.0822.75-
YUV138.48120.96176.87-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 47.15%
GREEN value IS 106 (41.80% from 255) = 24.15%
BLUE value IS 126 (49.61% from 255) = 28.70%
R=47.15%
G=24.15%
B=28.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.39
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20710612600.490.390.19348.1251.2761.37
HexCF6A7E031271315c333d
Octal31715217606147235346375
Binary1100111111010101111110011000110011110011101011100110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF6A7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF6A7E; }

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

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

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

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

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

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

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

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