#CF777C

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

Shades of Charm #CF777C

Tints of Charm #CF777C

Color information

#CF777C (or 0xCF777C) is unknown color: approx Charm. HEX triplet: CF, 77 and 7C. RGB value is (207,119,124). Sum of RGB (Red+Green+Blue) = 207+119+124=450 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46% from 450); Green value is 119 (46.88% from 255 or 26.44% from 450); Blue value is 124 (48.83% from 255 or 27.56% from 450); Max value from RGB is 207 - color contains mainly: red. Hex color #CF777C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF777C is #308883. Grayscale: #919191. Windows color (decimal): -3180676 or 8157135. OLE color: 8157135.

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

Color convert

RGB207119124-
CMYK00.430.400.19
HSL356.59º47.83%63.92%-
HSV(B)356.59º42.51%81.18%-
XYZ35.9727.9122.56-
YUV145.88115.65171.59-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 46%
GREEN value IS 119 (46.88% from 255) = 26.44%
BLUE value IS 124 (48.83% from 255) = 27.56%
R=46%
G=26.44%
B=27.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.40
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20711912400.430.400.19356.5947.8363.92
HexCF777C02B28131653040
Octal317167174053502354560100
Binary11001111111011111111000101011101000100111011001011100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF777C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF777C; }

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

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

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

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

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

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

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

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