#CF6B7A

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

Shades of Charm #CF6B7A

Tints of Charm #CF6B7A

Color information

#CF6B7A (or 0xCF6B7A) is unknown color: approx Charm. HEX triplet: CF, 6B and 7A. RGB value is (207,107,122). Sum of RGB (Red+Green+Blue) = 207+107+122=436 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.48% from 436); Green value is 107 (42.19% from 255 or 24.54% from 436); Blue value is 122 (48.05% from 255 or 27.98% from 436); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6B7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF6B7A is #309485. Grayscale: #8A8A8A. Windows color (decimal): -3183750 or 8022991. OLE color: 8022991.

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

Color convert

RGB207107122-
CMYK00.480.410.19
HSL351º51.02%61.57%-
HSV(B)351º48.31%81.18%-
XYZ34.525.1921.46-
YUV138.61118.63176.78-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 47.48%
GREEN value IS 107 (42.19% from 255) = 24.54%
BLUE value IS 122 (48.05% from 255) = 27.98%
R=47.48%
G=24.54%
B=27.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.41
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20710712200.480.410.1935151.0261.57
HexCF6B7A030291315f333e
Octal31715317206051235376376
Binary1100111111010111111010011000010100110011101011111110011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF6B7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF6B7A; }

 p { color: rgb(207,107,122); }

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

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

 a { background-color: rgb(207,107,122); }

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

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

 span { border-color: rgb(207,107,122); }

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