#CDA1AD

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

Shades of Careys Pink #CDA1AD

Tints of Careys Pink #CDA1AD

Color information

#CDA1AD (or 0xCDA1AD) is unknown color: approx Careys Pink. HEX triplet: CD, A1 and AD. RGB value is (205,161,173). Sum of RGB (Red+Green+Blue) = 205+161+173=539 (71% of max value = 765). Red value is 205 (80.47% from 255 or 38.03% from 539); Green value is 161 (63.28% from 255 or 29.87% from 539); Blue value is 173 (67.97% from 255 or 32.10% from 539); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA1AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CDA1AD is #325E52. Grayscale: #AFAFAF. Windows color (decimal): -3300947 or 11379149. OLE color: 11379149.

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

Color convert

RGB205161173-
CMYK00.210.160.20
HSL343.64º30.56%71.76%-
HSV(B)343.64º21.46%80.39%-
XYZ45.4641.4945.15-
YUV175.52126.58149.02-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 38.03%
GREEN value IS 161 (63.28% from 255) = 29.87%
BLUE value IS 173 (67.97% from 255) = 32.10%
R=38.03%
G=29.87%
B=32.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.16
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20516117300.210.160.20343.6430.5671.76
HexCDA1AD01510141581f48
Octal315241255025202453037110
Binary1100110110100001101011010101011000010100101011000111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDA1AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDA1AD; }

 p { color: rgb(205,161,173); }

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

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

 a { background-color: rgb(205,161,173); }

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

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

 span { border-color: rgb(205,161,173); }

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