#CF777E

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

Shades of Charm #CF777E

Tints of Charm #CF777E

Color information

#CF777E (or 0xCF777E) is unknown color: approx Charm. HEX triplet: CF, 77 and 7E. RGB value is (207,119,126). Sum of RGB (Red+Green+Blue) = 207+119+126=452 (59% of max value = 765). Red value is 207 (81.25% from 255 or 45.80% from 452); Green value is 119 (46.88% from 255 or 26.33% from 452); Blue value is 126 (49.61% from 255 or 27.88% from 452); Max value from RGB is 207 - color contains mainly: red. Hex color #CF777E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF777E is #308881. Grayscale: #929292. Windows color (decimal): -3180674 or 8288207. OLE color: 8288207.

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

Color convert

RGB207119126-
CMYK00.430.390.19
HSL355.23º47.83%63.92%-
HSV(B)355.23º42.51%81.18%-
XYZ36.0927.9723.23-
YUV146.11116.65171.43-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 45.80%
GREEN value IS 119 (46.88% from 255) = 26.33%
BLUE value IS 126 (49.61% from 255) = 27.88%
R=45.80%
G=26.33%
B=27.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.39
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20711912600.430.390.19355.2347.8363.92
HexCF777E02B27131633040
Octal317167176053472354360100
Binary11001111111011111111100101011100111100111011000111100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF777E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF777E; }

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

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

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

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

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

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

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

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