#D9969C

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

Shades of Careys Pink #D9969C

Tints of Careys Pink #D9969C

Color information

#D9969C (or 0xD9969C) is unknown color: approx Careys Pink. HEX triplet: D9, 96 and 9C. RGB value is (217,150,156). Sum of RGB (Red+Green+Blue) = 217+150+156=523 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.49% from 523); Green value is 150 (58.98% from 255 or 28.68% from 523); Blue value is 156 (61.33% from 255 or 29.83% from 523); Max value from RGB is 217 - color contains mainly: red. Hex color #D9969C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9969C is #266963. Grayscale: #AAAAAA. Windows color (decimal): -2517348 or 10262233. OLE color: 10262233.

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

Color convert

RGB217150156-
CMYK00.310.280.15
HSL354.63º46.85%71.96%-
HSV(B)354.63º30.88%85.1%-
XYZ45.5238.9636.57-
YUV170.72119.7161.01-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 41.49%
GREEN value IS 150 (58.98% from 255) = 28.68%
BLUE value IS 156 (61.33% from 255) = 29.83%
R=41.49%
G=28.68%
B=29.83%

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
Decimal21715015600.310.280.15354.6346.8571.96
HexD9969C01F1CF1632f48
Octal331226234037341754357110
Binary1101100110010110100111000111111110011111011000111011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9969C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9969C; }

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

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

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

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

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

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

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

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