#D697A1

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

Shades of Careys Pink #D697A1

Tints of Careys Pink #D697A1

Color information

#D697A1 (or 0xD697A1) is unknown color: approx Careys Pink. HEX triplet: D6, 97 and A1. RGB value is (214,151,161). Sum of RGB (Red+Green+Blue) = 214+151+161=526 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.68% from 526); Green value is 151 (59.38% from 255 or 28.71% from 526); Blue value is 161 (63.28% from 255 or 30.61% from 526); Max value from RGB is 214 - color contains mainly: red. Hex color #D697A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D697A1 is #29685E. Grayscale: #ABABAB. Windows color (decimal): -2713695 or 10590166. OLE color: 10590166.

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

Color convert

RGB214151161-
CMYK00.290.250.16
HSL350.48º43.45%71.57%-
HSV(B)350.48º29.44%83.92%-
XYZ45.233938.86-
YUV170.98122.37158.69-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 40.68%
GREEN value IS 151 (59.38% from 255) = 28.71%
BLUE value IS 161 (63.28% from 255) = 30.61%
R=40.68%
G=28.71%
B=30.61%

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
Decimal21415116100.290.250.16350.4843.4571.57
HexD697A101D191015e2b48
Octal326227241035312053653110
Binary11010110100101111010000101110111001100001010111101010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D697A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D697A1; }

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

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

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

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

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

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

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

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