#D699A5

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

Shades of Careys Pink #D699A5

Tints of Careys Pink #D699A5

Color information

#D699A5 (or 0xD699A5) is unknown color: approx Careys Pink. HEX triplet: D6, 99 and A5. RGB value is (214,153,165). Sum of RGB (Red+Green+Blue) = 214+153+165=532 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.23% from 532); Green value is 153 (60.16% from 255 or 28.76% from 532); Blue value is 165 (64.84% from 255 or 31.02% from 532); Max value from RGB is 214 - color contains mainly: red. Hex color #D699A5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D699A5 is #29665A. Grayscale: #ACACAC. Windows color (decimal): -2713179 or 10852822. OLE color: 10852822.

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

Color convert

RGB214153165-
CMYK00.290.230.16
HSL348.2º42.66%71.96%-
HSV(B)348.2º28.5%83.92%-
XYZ45.9139.840.86-
YUV172.61123.71157.52-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 40.23%
GREEN value IS 153 (60.16% from 255) = 28.76%
BLUE value IS 165 (64.84% from 255) = 31.02%
R=40.23%
G=28.76%
B=31.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.23
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21415316500.290.230.16348.242.6671.96
HexD699A501D171015c2b48
Octal326231245035272053453110
Binary11010110100110011010010101110110111100001010111001010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D699A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D699A5; }

 p { color: rgb(214,153,165); }

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

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

 a { background-color: rgb(214,153,165); }

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

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

 span { border-color: rgb(214,153,165); }

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