#D698A3

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

Shades of Careys Pink #D698A3

Tints of Careys Pink #D698A3

Color information

#D698A3 (or 0xD698A3) is unknown color: approx Careys Pink. HEX triplet: D6, 98 and A3. RGB value is (214,152,163). Sum of RGB (Red+Green+Blue) = 214+152+163=529 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.45% from 529); Green value is 152 (59.77% from 255 or 28.73% from 529); Blue value is 163 (64.06% from 255 or 30.81% from 529); Max value from RGB is 214 - color contains mainly: red. Hex color #D698A3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D698A3 is #29675C. Grayscale: #ABABAB. Windows color (decimal): -2713437 or 10721494. OLE color: 10721494.

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

Color convert

RGB214152163-
CMYK00.290.240.16
HSL349.35º43.06%71.76%-
HSV(B)349.35º28.97%83.92%-
XYZ45.5739.439.85-
YUV171.79123.04158.11-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 40.45%
GREEN value IS 152 (59.77% from 255) = 28.73%
BLUE value IS 163 (64.06% from 255) = 30.81%
R=40.45%
G=28.73%
B=30.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.24
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21415216300.290.240.16349.3543.0671.76
HexD698A301D181015d2b48
Octal326230243035302053553110
Binary11010110100110001010001101110111000100001010111011010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D698A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D698A3; }

 p { color: rgb(214,152,163); }

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

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

 a { background-color: rgb(214,152,163); }

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

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

 span { border-color: rgb(214,152,163); }

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