#D6959A

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

Shades of Careys Pink #D6959A

Tints of Careys Pink #D6959A

Color information

#D6959A (or 0xD6959A) is unknown color: approx Careys Pink. HEX triplet: D6, 95 and 9A. RGB value is (214,149,154). Sum of RGB (Red+Green+Blue) = 214+149+154=517 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.39% from 517); Green value is 149 (58.59% from 255 or 28.82% from 517); Blue value is 154 (60.55% from 255 or 29.79% from 517); Max value from RGB is 214 - color contains mainly: red. Hex color #D6959A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6959A is #296A65. Grayscale: #A9A9A9. Windows color (decimal): -2714214 or 10130902. OLE color: 10130902.

HSL color Cylindrical-coordinate representation of color #D6959A: hue angle of 355.38º degrees, saturation: 0.44, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D6959A is Cyan = 0, Magento = 0.30, Yellow = 0.28 and Black (K on CMYK) = 0.16.

Color convert

RGB214149154-
CMYK00.300.280.16
HSL355.38º44.22%71.18%-
HSV(B)355.38º30.37%83.92%-
XYZ44.3138.1235.6-
YUV169119.53160.09-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 41.39%
GREEN value IS 149 (58.59% from 255) = 28.82%
BLUE value IS 154 (60.55% from 255) = 29.79%
R=41.39%
G=28.82%
B=29.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.28
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21414915400.300.280.16355.3844.2271.18
HexD6959A01E1C101632c47
Octal326225232036342054354107
Binary11010110100101011001101001111011100100001011000111011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6959A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6959A; }

 p { color: rgb(214,149,154); }

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

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

 a { background-color: rgb(214,149,154); }

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

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

 span { border-color: rgb(214,149,154); }

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