#D4939A

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

Shades of Careys Pink #D4939A

Tints of Careys Pink #D4939A

Color information

#D4939A (or 0xD4939A) is unknown color: approx Careys Pink. HEX triplet: D4, 93 and 9A. RGB value is (212,147,154). Sum of RGB (Red+Green+Blue) = 212+147+154=513 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.33% from 513); Green value is 147 (57.81% from 255 or 28.65% from 513); Blue value is 154 (60.55% from 255 or 30.02% from 513); Max value from RGB is 212 - color contains mainly: red. Hex color #D4939A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4939A is #2B6C65. Grayscale: #A7A7A7. Windows color (decimal): -2845798 or 10130388. OLE color: 10130388.

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

Color convert

RGB212147154-
CMYK00.310.270.17
HSL353.54º43.05%70.39%-
HSV(B)353.54º30.66%83.14%-
XYZ43.4237.235.46-
YUV167.23120.53159.93-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 41.33%
GREEN value IS 147 (57.81% from 255) = 28.65%
BLUE value IS 154 (60.55% from 255) = 30.02%
R=41.33%
G=28.65%
B=30.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.27
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21214715400.310.270.17353.5443.0570.39
HexD4939A01F1B111622b46
Octal324223232037332154253106
Binary11010100100100111001101001111111011100011011000101010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4939A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4939A; }

 p { color: rgb(212,147,154); }

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

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

 a { background-color: rgb(212,147,154); }

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

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

 span { border-color: rgb(212,147,154); }

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