#D697A0

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

Shades of Careys Pink #D697A0

Tints of Careys Pink #D697A0

Color information

#D697A0 (or 0xD697A0) is unknown color: approx Careys Pink. HEX triplet: D6, 97 and A0. RGB value is (214,151,160). Sum of RGB (Red+Green+Blue) = 214+151+160=525 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.76% from 525); Green value is 151 (59.38% from 255 or 28.76% from 525); Blue value is 160 (62.89% from 255 or 30.48% from 525); Max value from RGB is 214 - color contains mainly: red. Hex color #D697A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D697A0 is #29685F. Grayscale: #AAAAAA. Windows color (decimal): -2713696 or 10524630. OLE color: 10524630.

HSL color Cylindrical-coordinate representation of color #D697A0: hue angle of 351.43º 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 #D697A0 is Cyan = 0, Magento = 0.29, Yellow = 0.25 and Black (K on CMYK) = 0.16.

Color convert

RGB214151160-
CMYK00.290.250.16
HSL351.43º43.45%71.57%-
HSV(B)351.43º29.44%83.92%-
XYZ45.1438.9738.4-
YUV170.86121.87158.77-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 40.76%
GREEN value IS 151 (59.38% from 255) = 28.76%
BLUE value IS 160 (62.89% from 255) = 30.48%
R=40.76%
G=28.76%
B=30.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.25
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21415116000.290.250.16351.4343.4571.57
HexD697A001D191015f2b48
Octal326227240035312053753110
Binary11010110100101111010000001110111001100001010111111010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D697A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D697A0; }

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

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

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

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

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

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

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

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