#D1969E

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

Shades of Careys Pink #D1969E

Tints of Careys Pink #D1969E

Color information

#D1969E (or 0xD1969E) is unknown color: approx Careys Pink. HEX triplet: D1, 96 and 9E. RGB value is (209,150,158). Sum of RGB (Red+Green+Blue) = 209+150+158=517 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.43% from 517); Green value is 150 (58.98% from 255 or 29.01% from 517); Blue value is 158 (62.11% from 255 or 30.56% from 517); Max value from RGB is 209 - color contains mainly: red. Hex color #D1969E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1969E is #2E6961. Grayscale: #A8A8A8. Windows color (decimal): -3041634 or 10393297. OLE color: 10393297.

HSL color Cylindrical-coordinate representation of color #D1969E: hue angle of 351.86º degrees, saturation: 0.39, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D1969E is Cyan = 0, Magento = 0.28, Yellow = 0.24 and Black (K on CMYK) = 0.18.

Color convert

RGB209150158-
CMYK00.280.240.18
HSL351.86º39.07%70.39%-
HSV(B)351.86º28.23%81.96%-
XYZ43.3737.8437.36-
YUV168.55122.05156.85-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 40.43%
GREEN value IS 150 (58.98% from 255) = 29.01%
BLUE value IS 158 (62.11% from 255) = 30.56%
R=40.43%
G=29.01%
B=30.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.24
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20915015800.280.240.18351.8639.0770.39
HexD1969E01C18121602746
Octal321226236034302254047106
Binary11010001100101101001111001110011000100101011000001001111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1969E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1969E; }

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

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

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

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

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

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

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

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