#CF778E

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

Shades of Charm #CF778E

Tints of Charm #CF778E

Color information

#CF778E (or 0xCF778E) is unknown color: approx Charm. HEX triplet: CF, 77 and 8E. RGB value is (207,119,142). Sum of RGB (Red+Green+Blue) = 207+119+142=468 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.23% from 468); Green value is 119 (46.88% from 255 or 25.43% from 468); Blue value is 142 (55.86% from 255 or 30.34% from 468); Max value from RGB is 207 - color contains mainly: red. Hex color #CF778E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF778E is #308871. Grayscale: #939393. Windows color (decimal): -3180658 or 9336783. OLE color: 9336783.

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

Color convert

RGB207119142-
CMYK00.430.310.19
HSL344.32º47.83%63.92%-
HSV(B)344.32º42.51%81.18%-
XYZ37.2128.4129.11-
YUV147.93124.65170.13-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 44.23%
GREEN value IS 119 (46.88% from 255) = 25.43%
BLUE value IS 142 (55.86% from 255) = 30.34%
R=44.23%
G=25.43%
B=30.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.31
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20711914200.430.310.19344.3247.8363.92
HexCF778E02B1F131583040
Octal317167216053372353060100
Binary11001111111011110001110010101111111100111010110001100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF778E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF778E; }

 p { color: rgb(207,119,142); }

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

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

 a { background-color: rgb(207,119,142); }

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

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

 span { border-color: rgb(207,119,142); }

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