#CF818C

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

Shades of Charm #CF818C

Tints of Charm #CF818C

Color information

#CF818C (or 0xCF818C) is unknown color: approx Charm. HEX triplet: CF, 81 and 8C. RGB value is (207,129,140). Sum of RGB (Red+Green+Blue) = 207+129+140=476 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.49% from 476); Green value is 129 (50.78% from 255 or 27.10% from 476); Blue value is 140 (55.08% from 255 or 29.41% from 476); Max value from RGB is 207 - color contains mainly: red. Hex color #CF818C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF818C is #307E73. Grayscale: #999999. Windows color (decimal): -3178100 or 9208271. OLE color: 9208271.

HSL color Cylindrical-coordinate representation of color #CF818C: hue angle of 351.54º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CF818C is Cyan = 0, Magento = 0.38, Yellow = 0.32 and Black (K on CMYK) = 0.19.

Color convert

RGB207129140-
CMYK00.380.320.19
HSL351.54º44.83%65.88%-
HSV(B)351.54º37.68%81.18%-
XYZ38.3230.8628.75-
YUV153.58120.34166.11-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 43.49%
GREEN value IS 129 (50.78% from 255) = 27.10%
BLUE value IS 140 (55.08% from 255) = 29.41%
R=43.49%
G=27.10%
B=29.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.32
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20712914000.380.320.19351.5444.8365.88
HexCF818C02620131602d42
Octal317201214046402354055102
Binary1100111110000001100011000100110100000100111011000001011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF818C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF818C; }

 p { color: rgb(207,129,140); }

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

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

 a { background-color: rgb(207,129,140); }

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

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

 span { border-color: rgb(207,129,140); }

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