#D3949A

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

Shades of Careys Pink #D3949A

Tints of Careys Pink #D3949A

Color information

#D3949A (or 0xD3949A) is unknown color: approx Careys Pink. HEX triplet: D3, 94 and 9A. RGB value is (211,148,154). Sum of RGB (Red+Green+Blue) = 211+148+154=513 (67% of max value = 765). Red value is 211 (82.81% from 255 or 41.13% from 513); Green value is 148 (58.20% from 255 or 28.85% from 513); Blue value is 154 (60.55% from 255 or 30.02% from 513); Max value from RGB is 211 - color contains mainly: red. Hex color #D3949A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D3949A is #2C6B65. Grayscale: #A7A7A7. Windows color (decimal): -2911078 or 10130643. OLE color: 10130643.

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

Color convert

RGB211148154-
CMYK00.300.270.17
HSL354.29º41.72%70.39%-
HSV(B)354.29º29.86%82.75%-
XYZ43.2937.3635.5-
YUV167.52120.37159.01-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 41.13%
GREEN value IS 148 (58.20% from 255) = 28.85%
BLUE value IS 154 (60.55% from 255) = 30.02%
R=41.13%
G=28.85%
B=30.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.27
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21114815400.300.270.17354.2941.7270.39
HexD3949A01E1B111622a46
Octal323224232036332154252106
Binary11010011100101001001101001111011011100011011000101010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3949A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3949A; }

 p { color: rgb(211,148,154); }

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

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

 a { background-color: rgb(211,148,154); }

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

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

 span { border-color: rgb(211,148,154); }

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