#D69CA0

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

Shades of Careys Pink #D69CA0

Tints of Careys Pink #D69CA0

Color information

#D69CA0 (or 0xD69CA0) is unknown color: approx Careys Pink. HEX triplet: D6, 9C and A0. RGB value is (214,156,160). Sum of RGB (Red+Green+Blue) = 214+156+160=530 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.38% from 530); Green value is 156 (61.33% from 255 or 29.43% from 530); Blue value is 160 (62.89% from 255 or 30.19% from 530); Max value from RGB is 214 - color contains mainly: red. Hex color #D69CA0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D69CA0 is #29635F. Grayscale: #ADADAD. Windows color (decimal): -2712416 or 10525910. OLE color: 10525910.

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

Color convert

RGB214156160-
CMYK00.270.250.16
HSL355.86º41.43%72.55%-
HSV(B)355.86º27.1%83.92%-
XYZ45.9740.6138.67-
YUV173.8120.22156.67-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 40.38%
GREEN value IS 156 (61.33% from 255) = 29.43%
BLUE value IS 160 (62.89% from 255) = 30.19%
R=40.38%
G=29.43%
B=30.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.25
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21415616000.270.250.16355.8641.4372.55
HexD69CA001B19101642949
Octal326234240033312054451111
Binary11010110100111001010000001101111001100001011001001010011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D69CA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D69CA0; }

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

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

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

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

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

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

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

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