#CDA4AA

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

Shades of Careys Pink #CDA4AA

Tints of Careys Pink #CDA4AA

Color information

#CDA4AA (or 0xCDA4AA) is unknown color: approx Careys Pink. HEX triplet: CD, A4 and AA. RGB value is (205,164,170). Sum of RGB (Red+Green+Blue) = 205+164+170=539 (71% of max value = 765). Red value is 205 (80.47% from 255 or 38.03% from 539); Green value is 164 (64.45% from 255 or 30.43% from 539); Blue value is 170 (66.80% from 255 or 31.54% from 539); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA4AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CDA4AA is #325B55. Grayscale: #B0B0B0. Windows color (decimal): -3300182 or 11183309. OLE color: 11183309.

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

Color convert

RGB205164170-
CMYK00.20.170.20
HSL351.22º29.08%72.35%-
HSV(B)351.22º20%80.39%-
XYZ45.7142.4343.81-
YUV176.94124.08148.01-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 38.03%
GREEN value IS 164 (64.45% from 255) = 30.43%
BLUE value IS 170 (66.80% from 255) = 31.54%
R=38.03%
G=30.43%
B=31.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.17
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20516417000.20.170.20351.2229.0872.35
HexCDA4AA014111415f1d48
Octal315244252024212453735110
Binary1100110110100100101010100101001000110100101011111111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDA4AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDA4AA; }

 p { color: rgb(205,164,170); }

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

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

 a { background-color: rgb(205,164,170); }

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

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

 span { border-color: rgb(205,164,170); }

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