#CF808D

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

Shades of Charm #CF808D

Tints of Charm #CF808D

Color information

#CF808D (or 0xCF808D) is unknown color: approx Charm. HEX triplet: CF, 80 and 8D. RGB value is (207,128,141). Sum of RGB (Red+Green+Blue) = 207+128+141=476 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.49% from 476); Green value is 128 (50.39% from 255 or 26.89% from 476); Blue value is 141 (55.47% from 255 or 29.62% from 476); Max value from RGB is 207 - color contains mainly: red. Hex color #CF808D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF808D is #307F72. Grayscale: #999999. Windows color (decimal): -3178355 or 9273551. OLE color: 9273551.

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

Color convert

RGB207128141-
CMYK00.380.320.19
HSL350.13º45.14%65.69%-
HSV(B)350.13º38.16%81.18%-
XYZ38.2630.6329.09-
YUV153.1121.17166.44-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 43.49%
GREEN value IS 128 (50.39% from 255) = 26.89%
BLUE value IS 141 (55.47% from 255) = 29.62%
R=43.49%
G=26.89%
B=29.62%

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
Decimal20712814100.380.320.19350.1345.1465.69
HexCF808D026201315e2d42
Octal317200215046402353655102
Binary1100111110000000100011010100110100000100111010111101011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF808D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF808D; }

 p { color: rgb(207,128,141); }

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

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

 a { background-color: rgb(207,128,141); }

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

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

 span { border-color: rgb(207,128,141); }

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