#CF6778

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

Shades of Charm #CF6778

Tints of Charm #CF6778

Color information

#CF6778 (or 0xCF6778) is unknown color: approx Charm. HEX triplet: CF, 67 and 78. RGB value is (207,103,120). Sum of RGB (Red+Green+Blue) = 207+103+120=430 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.14% from 430); Green value is 103 (40.62% from 255 or 23.95% from 430); Blue value is 120 (47.27% from 255 or 27.91% from 430); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6778 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF6778 is #309887. Grayscale: #888888. Windows color (decimal): -3184776 or 7890895. OLE color: 7890895.

HSL color Cylindrical-coordinate representation of color #CF6778: hue angle of 350.19º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CF6778 is Cyan = 0, Magento = 0.50, Yellow = 0.42 and Black (K on CMYK) = 0.19.

Color convert

RGB207103120-
CMYK00.500.420.19
HSL350.19º52%60.78%-
HSV(B)350.19º50.24%81.18%-
XYZ33.9724.3220.67-
YUV136.03118.96178.62-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 48.14%
GREEN value IS 103 (40.62% from 255) = 23.95%
BLUE value IS 120 (47.27% from 255) = 27.91%
R=48.14%
G=23.95%
B=27.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.42
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20710312000.500.420.19350.195260.78
HexCF67780322A1315e343d
Octal31714717006252235366475
Binary1100111111001111111000011001010101010011101011110110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF6778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF6778; }

 p { color: rgb(207,103,120); }

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

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

 a { background-color: rgb(207,103,120); }

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

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

 span { border-color: rgb(207,103,120); }

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