#CDA2AE

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

Shades of Careys Pink #CDA2AE

Tints of Careys Pink #CDA2AE

Color information

#CDA2AE (or 0xCDA2AE) is unknown color: approx Careys Pink. HEX triplet: CD, A2 and AE. RGB value is (205,162,174). Sum of RGB (Red+Green+Blue) = 205+162+174=541 (71% of max value = 765). Red value is 205 (80.47% from 255 or 37.89% from 541); Green value is 162 (63.67% from 255 or 29.94% from 541); Blue value is 174 (68.36% from 255 or 32.16% from 541); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA2AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CDA2AE is #325D51. Grayscale: #B0B0B0. Windows color (decimal): -3300690 or 11444941. OLE color: 11444941.

HSL color Cylindrical-coordinate representation of color #CDA2AE: hue angle of 343.26º degrees, saturation: 0.3, 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 #CDA2AE is Cyan = 0, Magento = 0.21, Yellow = 0.15 and Black (K on CMYK) = 0.20.

Color convert

RGB205162174-
CMYK00.210.150.20
HSL343.26º30.07%71.96%-
HSV(B)343.26º20.98%80.39%-
XYZ45.7441.8845.72-
YUV176.22126.75148.52-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 37.89%
GREEN value IS 162 (63.67% from 255) = 29.94%
BLUE value IS 174 (68.36% from 255) = 32.16%
R=37.89%
G=29.94%
B=32.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.15
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20516217400.210.150.20343.2630.0771.96
HexCDA2AE015F141571e48
Octal315242256025172452736110
Binary110011011010001010101110010101111110100101010111111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDA2AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDA2AE; }

 p { color: rgb(205,162,174); }

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

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

 a { background-color: rgb(205,162,174); }

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

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

 span { border-color: rgb(205,162,174); }

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