#D8969C

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

Shades of Careys Pink #D8969C

Tints of Careys Pink #D8969C

Color information

#D8969C (or 0xD8969C) is unknown color: approx Careys Pink. HEX triplet: D8, 96 and 9C. RGB value is (216,150,156). Sum of RGB (Red+Green+Blue) = 216+150+156=522 (69% of max value = 765). Red value is 216 (84.77% from 255 or 41.38% from 522); Green value is 150 (58.98% from 255 or 28.74% from 522); Blue value is 156 (61.33% from 255 or 29.89% from 522); Max value from RGB is 216 - color contains mainly: red. Hex color #D8969C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8969C is #276963. Grayscale: #AAAAAA. Windows color (decimal): -2582884 or 10262232. OLE color: 10262232.

HSL color Cylindrical-coordinate representation of color #D8969C: hue angle of 354.55º 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 #D8969C is Cyan = 0, Magento = 0.31, Yellow = 0.28 and Black (K on CMYK) = 0.15.

Color convert

RGB216150156-
CMYK00.310.280.15
HSL354.55º45.83%71.76%-
HSV(B)354.55º30.56%84.71%-
XYZ45.2338.8136.56-
YUV170.42119.87160.51-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 41.38%
GREEN value IS 150 (58.98% from 255) = 28.74%
BLUE value IS 156 (61.33% from 255) = 29.89%
R=41.38%
G=28.74%
B=29.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.28
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21615015600.310.280.15354.5545.8371.76
HexD8969C01F1CF1632e48
Octal330226234037341754356110
Binary1101100010010110100111000111111110011111011000111011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8969C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8969C; }

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

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

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

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

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

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

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

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