#CF687B

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

Shades of Charm #CF687B

Tints of Charm #CF687B

Color information

#CF687B (or 0xCF687B) is unknown color: approx Charm. HEX triplet: CF, 68 and 7B. RGB value is (207,104,123). Sum of RGB (Red+Green+Blue) = 207+104+123=434 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.70% from 434); Green value is 104 (41.02% from 255 or 23.96% from 434); Blue value is 123 (48.44% from 255 or 28.34% from 434); Max value from RGB is 207 - color contains mainly: red. Hex color #CF687B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF687B is #309784. Grayscale: #888888. Windows color (decimal): -3184517 or 8087759. OLE color: 8087759.

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

Color convert

RGB207104123-
CMYK00.500.410.19
HSL348.93º51.76%60.98%-
HSV(B)348.93º49.76%81.18%-
XYZ34.2624.621.68-
YUV136.96120.12177.96-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 47.70%
GREEN value IS 104 (41.02% from 255) = 23.96%
BLUE value IS 123 (48.44% from 255) = 28.34%
R=47.70%
G=23.96%
B=28.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.41
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20710412300.500.410.19348.9351.7660.98
HexCF687B032291315d343d
Octal31715017306251235356475
Binary1100111111010001111011011001010100110011101011101110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF687B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF687B; }

 p { color: rgb(207,104,123); }

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

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

 a { background-color: rgb(207,104,123); }

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

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

 span { border-color: rgb(207,104,123); }

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