#D4969B

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

Shades of Careys Pink #D4969B

Tints of Careys Pink #D4969B

Color information

#D4969B (or 0xD4969B) is unknown color: approx Careys Pink. HEX triplet: D4, 96 and 9B. RGB value is (212,150,155). Sum of RGB (Red+Green+Blue) = 212+150+155=517 (68% of max value = 765). Red value is 212 (83.20% from 255 or 41.01% from 517); Green value is 150 (58.98% from 255 or 29.01% from 517); Blue value is 155 (60.94% from 255 or 29.98% from 517); Max value from RGB is 212 - color contains mainly: red. Hex color #D4969B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4969B is #2B6964. Grayscale: #A9A9A9. Windows color (decimal): -2845029 or 10196692. OLE color: 10196692.

HSL color Cylindrical-coordinate representation of color #D4969B: hue angle of 355.16º degrees, saturation: 0.42, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D4969B is Cyan = 0, Magento = 0.29, Yellow = 0.27 and Black (K on CMYK) = 0.17.

Color convert

RGB212150155-
CMYK00.290.270.17
HSL355.16º41.89%70.98%-
HSV(B)355.16º29.25%83.14%-
XYZ43.9738.1836.06-
YUV169.11120.04158.59-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 41.01%
GREEN value IS 150 (58.98% from 255) = 29.01%
BLUE value IS 155 (60.94% from 255) = 29.98%
R=41.01%
G=29.01%
B=29.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.27
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21215015500.290.270.17355.1641.8970.98
HexD4969B01D1B111632a47
Octal324226233035332154352107
Binary11010100100101101001101101110111011100011011000111010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4969B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4969B; }

 p { color: rgb(212,150,155); }

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

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

 a { background-color: rgb(212,150,155); }

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

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

 span { border-color: rgb(212,150,155); }

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