#DA9496

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

Shades of Careys Pink #DA9496

Tints of Careys Pink #DA9496

Color information

#DA9496 (or 0xDA9496) is unknown color: approx Careys Pink. HEX triplet: DA, 94 and 96. RGB value is (218,148,150). Sum of RGB (Red+Green+Blue) = 218+148+150=516 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.25% from 516); Green value is 148 (58.20% from 255 or 28.68% from 516); Blue value is 150 (58.98% from 255 or 29.07% from 516); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9496 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA9496 is #256B69. Grayscale: #A9A9A9. Windows color (decimal): -2452330 or 9868506. OLE color: 9868506.

HSL color Cylindrical-coordinate representation of color #DA9496: hue angle of 358.29º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DA9496 is Cyan = 0, Magento = 0.32, Yellow = 0.31 and Black (K on CMYK) = 0.15.

Color convert

RGB218148150-
CMYK00.320.310.15
HSL358.29º48.61%71.76%-
HSV(B)358.29º32.11%85.49%-
XYZ45.0138.2933.87-
YUV169.16117.19162.84-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 42.25%
GREEN value IS 148 (58.20% from 255) = 28.68%
BLUE value IS 150 (58.98% from 255) = 29.07%
R=42.25%
G=28.68%
B=29.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.31
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21814815000.320.310.15358.2948.6171.76
HexDA94960201FF1663148
Octal332224226040371754661110
Binary11011010100101001001011001000001111111111011001101100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA9496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA9496; }

 p { color: rgb(218,148,150); }

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

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

 a { background-color: rgb(218,148,150); }

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

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

 span { border-color: rgb(218,148,150); }

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