#CF6C80

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

Shades of Charm #CF6C80

Tints of Charm #CF6C80

Color information

#CF6C80 (or 0xCF6C80) is unknown color: approx Charm. HEX triplet: CF, 6C and 80. RGB value is (207,108,128). Sum of RGB (Red+Green+Blue) = 207+108+128=443 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.73% from 443); Green value is 108 (42.58% from 255 or 24.38% from 443); Blue value is 128 (50.39% from 255 or 28.89% from 443); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6C80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF6C80 is #30937F. Grayscale: #8B8B8B. Windows color (decimal): -3183488 or 8416463. OLE color: 8416463.

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

Color convert

RGB207108128-
CMYK00.480.380.19
HSL347.88º50.77%61.76%-
HSV(B)347.88º47.83%81.18%-
XYZ34.9925.5523.51-
YUV139.88121.3175.87-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 46.73%
GREEN value IS 108 (42.58% from 255) = 24.38%
BLUE value IS 128 (50.39% from 255) = 28.89%
R=46.73%
G=24.38%
B=28.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.38
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20710812800.480.380.19347.8850.7761.76
HexCF6C80030261315c333e
Octal31715420006046235346376
Binary11001111110110010000000011000010011010011101011100110011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF6C80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF6C80; }

 p { color: rgb(207,108,128); }

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

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

 a { background-color: rgb(207,108,128); }

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

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

 span { border-color: rgb(207,108,128); }

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