#D8969E

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

Shades of Careys Pink #D8969E

Tints of Careys Pink #D8969E

Color information

#D8969E (or 0xD8969E) is unknown color: approx Careys Pink. HEX triplet: D8, 96 and 9E. RGB value is (216,150,158). Sum of RGB (Red+Green+Blue) = 216+150+158=524 (69% of max value = 765). Red value is 216 (84.77% from 255 or 41.22% from 524); Green value is 150 (58.98% from 255 or 28.63% from 524); Blue value is 158 (62.11% from 255 or 30.15% from 524); Max value from RGB is 216 - color contains mainly: red. Hex color #D8969E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8969E is #276961. Grayscale: #AAAAAA. Windows color (decimal): -2582882 or 10393304. OLE color: 10393304.

HSL color Cylindrical-coordinate representation of color #D8969E: hue angle of 352.73º degrees, saturation: 0.46, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D8969E is Cyan = 0, Magento = 0.31, Yellow = 0.27 and Black (K on CMYK) = 0.15.

Color convert

RGB216150158-
CMYK00.310.270.15
HSL352.73º45.83%71.76%-
HSV(B)352.73º30.56%84.71%-
XYZ45.438.8837.46-
YUV170.65120.87160.35-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 41.22%
GREEN value IS 150 (58.98% from 255) = 28.63%
BLUE value IS 158 (62.11% from 255) = 30.15%
R=41.22%
G=28.63%
B=30.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.27
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21615015800.310.270.15352.7345.8371.76
HexD8969E01F1BF1612e48
Octal330226236037331754156110
Binary1101100010010110100111100111111101111111011000011011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8969E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8969E; }

 p { color: rgb(216,150,158); }

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

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

 a { background-color: rgb(216,150,158); }

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

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

 span { border-color: rgb(216,150,158); }

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