#D9969E

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

Shades of Careys Pink #D9969E

Tints of Careys Pink #D9969E

Color information

#D9969E (or 0xD9969E) is unknown color: approx Careys Pink. HEX triplet: D9, 96 and 9E. RGB value is (217,150,158). Sum of RGB (Red+Green+Blue) = 217+150+158=525 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.33% from 525); Green value is 150 (58.98% from 255 or 28.57% from 525); Blue value is 158 (62.11% from 255 or 30.10% from 525); Max value from RGB is 217 - color contains mainly: red. Hex color #D9969E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9969E is #266961. Grayscale: #AAAAAA. Windows color (decimal): -2517346 or 10393305. OLE color: 10393305.

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

Color convert

RGB217150158-
CMYK00.310.270.15
HSL352.84º46.85%71.96%-
HSV(B)352.84º30.88%85.1%-
XYZ45.6939.0337.47-
YUV170.94120.7160.85-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 41.33%
GREEN value IS 150 (58.98% from 255) = 28.57%
BLUE value IS 158 (62.11% from 255) = 30.10%
R=41.33%
G=28.57%
B=30.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.27
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21715015800.310.270.15352.8446.8571.96
HexD9969E01F1BF1612f48
Octal331226236037331754157110
Binary1101100110010110100111100111111101111111011000011011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9969E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9969E; }

 p { color: rgb(217,150,158); }

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

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

 a { background-color: rgb(217,150,158); }

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

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

 span { border-color: rgb(217,150,158); }

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