#cf6b84

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

Shades of Charm #CF6B84

Tints of Charm #CF6B84

Color information

#CF6B84 (or 0xCF6B84) is unknown color: approx Charm. HEX triplet: CF, 6B and 84. RGB value is (207,107,132). Sum of RGB (Red+Green+Blue) = 207+107+132=446 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.41% from 446); Green value is 107 (42.19% from 255 or 23.99% from 446); Blue value is 132 (51.95% from 255 or 29.60% from 446); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6B84 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF6B84 is #30947B. Grayscale: #8B8B8B. Windows color (decimal): -3183740 or 8678351. OLE color: 8678351.

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

Color convert

RGB207107132-
CMYK00.480.360.19
HSL345º51.02%61.57%-
HSV(B)345º48.31%81.18%-
XYZ35.1525.4524.89-
YUV139.75123.63175.97-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 46.41%
GREEN value IS 107 (42.19% from 255) = 23.99%
BLUE value IS 132 (51.95% from 255) = 29.60%
R=46.41%
G=23.99%
B=29.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.36
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20710713200.480.360.1934551.0261.57
HexCF6B840302413159333e
Octal31715320406044235316376
Binary11001111110101110000100011000010010010011101011001110011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cf6b84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cf6b84; }

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

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

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

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

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

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

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

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