#D69AA0

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

Shades of Careys Pink #D69AA0

Tints of Careys Pink #D69AA0

Color information

#D69AA0 (or 0xD69AA0) is unknown color: approx Careys Pink. HEX triplet: D6, 9A and A0. RGB value is (214,154,160). Sum of RGB (Red+Green+Blue) = 214+154+160=528 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.53% from 528); Green value is 154 (60.55% from 255 or 29.17% from 528); Blue value is 160 (62.89% from 255 or 30.30% from 528); Max value from RGB is 214 - color contains mainly: red. Hex color #D69AA0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D69AA0 is #29655F. Grayscale: #ACACAC. Windows color (decimal): -2712928 or 10525398. OLE color: 10525398.

HSL color Cylindrical-coordinate representation of color #D69AA0: hue angle of 354º degrees, saturation: 0.42, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D69AA0 is Cyan = 0, Magento = 0.28, Yellow = 0.25 and Black (K on CMYK) = 0.16.

Color convert

RGB214154160-
CMYK00.280.250.16
HSL354º42.25%72.16%-
HSV(B)354º28.04%83.92%-
XYZ45.6339.9538.56-
YUV172.62120.88157.51-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 40.53%
GREEN value IS 154 (60.55% from 255) = 29.17%
BLUE value IS 160 (62.89% from 255) = 30.30%
R=40.53%
G=29.17%
B=30.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.25
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21415416000.280.250.1635442.2572.16
HexD69AA001C19101622a48
Octal326232240034312054252110
Binary11010110100110101010000001110011001100001011000101010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D69AA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D69AA0; }

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

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

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

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

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

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

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

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