#CF6B7D

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

Shades of Charm #CF6B7D

Tints of Charm #CF6B7D

Color information

#CF6B7D (or 0xCF6B7D) is unknown color: approx Charm. HEX triplet: CF, 6B and 7D. RGB value is (207,107,125). Sum of RGB (Red+Green+Blue) = 207+107+125=439 (58% of max value = 765). Red value is 207 (81.25% from 255 or 47.15% from 439); Green value is 107 (42.19% from 255 or 24.37% from 439); Blue value is 125 (49.22% from 255 or 28.47% from 439); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6B7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF6B7D is #309482. Grayscale: #8A8A8A. Windows color (decimal): -3183747 or 8219599. OLE color: 8219599.

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

Color convert

RGB207107125-
CMYK00.480.400.19
HSL349.2º51.02%61.57%-
HSV(B)349.2º48.31%81.18%-
XYZ34.6925.2622.45-
YUV138.95120.13176.54-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 47.15%
GREEN value IS 107 (42.19% from 255) = 24.37%
BLUE value IS 125 (49.22% from 255) = 28.47%
R=47.15%
G=24.37%
B=28.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.40
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20710712500.480.400.19349.251.0261.57
HexCF6B7D030281315d333e
Octal31715317506050235356376
Binary1100111111010111111101011000010100010011101011101110011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF6B7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF6B7D; }

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

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

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

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

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

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

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

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