#CD9DAC

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

Shades of Careys Pink #CD9DAC

Tints of Careys Pink #CD9DAC

Color information

#CD9DAC (or 0xCD9DAC) is unknown color: approx Careys Pink. HEX triplet: CD, 9D and AC. RGB value is (205,157,172). Sum of RGB (Red+Green+Blue) = 205+157+172=534 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.39% from 534); Green value is 157 (61.72% from 255 or 29.40% from 534); Blue value is 172 (67.58% from 255 or 32.21% from 534); Max value from RGB is 205 - color contains mainly: red. Hex color #CD9DAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD9DAC is #326253. Grayscale: #ADADAD. Windows color (decimal): -3301972 or 11312589. OLE color: 11312589.

HSL color Cylindrical-coordinate representation of color #CD9DAC: hue angle of 341.25º degrees, saturation: 0.32, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CD9DAC is Cyan = 0, Magento = 0.23, Yellow = 0.16 and Black (K on CMYK) = 0.20.

Color convert

RGB205157172-
CMYK00.230.160.20
HSL341.25º32.43%70.98%-
HSV(B)341.25º23.41%80.39%-
XYZ44.6840.0744.41-
YUV173.06127.4150.78-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 38.39%
GREEN value IS 157 (61.72% from 255) = 29.40%
BLUE value IS 172 (67.58% from 255) = 32.21%
R=38.39%
G=29.40%
B=32.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.16
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20515717200.230.160.20341.2532.4370.98
HexCD9DAC01710141552047
Octal315235254027202452540107
Binary11001101100111011010110001011110000101001010101011000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD9DAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD9DAC; }

 p { color: rgb(205,157,172); }

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

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

 a { background-color: rgb(205,157,172); }

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

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

 span { border-color: rgb(205,157,172); }

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