#D68081

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

Shades of Charm #D68081

Tints of Charm #D68081

Color information

#D68081 (or 0xD68081) is unknown color: approx Charm. HEX triplet: D6, 80 and 81. RGB value is (214,128,129). Sum of RGB (Red+Green+Blue) = 214+128+129=471 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.44% from 471); Green value is 128 (50.39% from 255 or 27.18% from 471); Blue value is 129 (50.78% from 255 or 27.39% from 471); Max value from RGB is 214 - color contains mainly: red. Hex color #D68081 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D68081 is #297F7E. Grayscale: #999999. Windows color (decimal): -2719615 or 8487126. OLE color: 8487126.

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

Color convert

RGB214128129-
CMYK00.400.400.16
HSL359.3º51.19%67.06%-
HSV(B)359.3º40.19%83.92%-
XYZ39.4131.3224.74-
YUV153.83113.99170.92-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 45.44%
GREEN value IS 128 (50.39% from 255) = 27.18%
BLUE value IS 129 (50.78% from 255) = 27.39%
R=45.44%
G=27.18%
B=27.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.40
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21412812900.400.400.16359.351.1967.06
HexD6808102828101673343
Octal326200201050502054763103
Binary1101011010000000100000010101000101000100001011001111100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D68081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D68081; }

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

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

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

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

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

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

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

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