#D496A1

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

Shades of Careys Pink #D496A1

Tints of Careys Pink #D496A1

Color information

#D496A1 (or 0xD496A1) is unknown color: approx Careys Pink. HEX triplet: D4, 96 and A1. RGB value is (212,150,161). Sum of RGB (Red+Green+Blue) = 212+150+161=523 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.54% from 523); Green value is 150 (58.98% from 255 or 28.68% from 523); Blue value is 161 (63.28% from 255 or 30.78% from 523); Max value from RGB is 212 - color contains mainly: red. Hex color #D496A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D496A1 is #2B695E. Grayscale: #A9A9A9. Windows color (decimal): -2845023 or 10589908. OLE color: 10589908.

HSL color Cylindrical-coordinate representation of color #D496A1: hue angle of 349.35º 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 #D496A1 is Cyan = 0, Magento = 0.29, Yellow = 0.24 and Black (K on CMYK) = 0.17.

Color convert

RGB212150161-
CMYK00.290.240.17
HSL349.35º41.89%70.98%-
HSV(B)349.35º29.25%83.14%-
XYZ44.4938.3838.78-
YUV169.79123.04158.11-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 40.54%
GREEN value IS 150 (58.98% from 255) = 28.68%
BLUE value IS 161 (63.28% from 255) = 30.78%
R=40.54%
G=28.68%
B=30.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.24
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21215016100.290.240.17349.3541.8970.98
HexD496A101D181115d2a47
Octal324226241035302153552107
Binary11010100100101101010000101110111000100011010111011010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D496A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D496A1; }

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

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

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

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

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

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

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

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