#d6808c

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

Shades of Charm #D6808C

Tints of Charm #D6808C

Color information

#D6808C (or 0xD6808C) is unknown color: approx Charm. HEX triplet: D6, 80 and 8C. RGB value is (214,128,140). Sum of RGB (Red+Green+Blue) = 214+128+140=482 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.40% from 482); Green value is 128 (50.39% from 255 or 26.56% from 482); Blue value is 140 (55.08% from 255 or 29.05% from 482); Max value from RGB is 214 - color contains mainly: red. Hex color #D6808C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6808C is #297F73. Grayscale: #9B9B9B. Windows color (decimal): -2719604 or 9208022. OLE color: 9208022.

HSL color Cylindrical-coordinate representation of color #D6808C: hue angle of 351.63º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D6808C is Cyan = 0, Magento = 0.40, Yellow = 0.35 and Black (K on CMYK) = 0.16.

Color convert

RGB214128140-
CMYK00.400.350.16
HSL351.63º51.19%67.06%-
HSV(B)351.63º40.19%83.92%-
XYZ40.1831.6328.8-
YUV155.08119.49170.02-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 44.40%
GREEN value IS 128 (50.39% from 255) = 26.56%
BLUE value IS 140 (55.08% from 255) = 29.05%
R=44.40%
G=26.56%
B=29.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.35
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21412814000.400.350.16351.6351.1967.06
HexD6808C02823101603343
Octal326200214050432054063103
Binary1101011010000000100011000101000100011100001011000001100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d6808c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d6808c; }

 p { color: rgb(214,128,140); }

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

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

 a { background-color: rgb(214,128,140); }

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

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

 span { border-color: rgb(214,128,140); }

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