#CF6780

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

Shades of Charm #CF6780

Tints of Charm #CF6780

Color information

#CF6780 (or 0xCF6780) is unknown color: approx Charm. HEX triplet: CF, 67 and 80. RGB value is (207,103,128). Sum of RGB (Red+Green+Blue) = 207+103+128=438 (58% of max value = 765). Red value is 207 (81.25% from 255 or 47.26% from 438); Green value is 103 (40.62% from 255 or 23.52% from 438); Blue value is 128 (50.39% from 255 or 29.22% from 438); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6780 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF6780 is #30987F. Grayscale: #888888. Windows color (decimal): -3184768 or 8415183. OLE color: 8415183.

HSL color Cylindrical-coordinate representation of color #CF6780: hue angle of 345.58º 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 #CF6780 is Cyan = 0, Magento = 0.50, Yellow = 0.38 and Black (K on CMYK) = 0.19.

Color convert

RGB207103128-
CMYK00.500.380.19
HSL345.58º52%60.78%-
HSV(B)345.58º50.24%81.18%-
XYZ34.4824.5223.34-
YUV136.95122.96177.97-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 47.26%
GREEN value IS 103 (40.62% from 255) = 23.52%
BLUE value IS 128 (50.39% from 255) = 29.22%
R=47.26%
G=23.52%
B=29.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.38
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20710312800.500.380.19345.585260.78
HexCF6780032261315a343d
Octal31714720006246235326475
Binary11001111110011110000000011001010011010011101011010110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF6780

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF6780; }

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

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

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

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

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

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

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

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