#CDA4AE

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

Shades of Careys Pink #CDA4AE

Tints of Careys Pink #CDA4AE

Color information

#CDA4AE (or 0xCDA4AE) is unknown color: approx Careys Pink. HEX triplet: CD, A4 and AE. RGB value is (205,164,174). Sum of RGB (Red+Green+Blue) = 205+164+174=543 (71% of max value = 765). Red value is 205 (80.47% from 255 or 37.75% from 543); Green value is 164 (64.45% from 255 or 30.20% from 543); Blue value is 174 (68.36% from 255 or 32.04% from 543); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA4AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CDA4AE is #325B51. Grayscale: #B1B1B1. Windows color (decimal): -3300178 or 11445453. OLE color: 11445453.

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

Color convert

RGB205164174-
CMYK00.20.150.20
HSL345.37º29.08%72.35%-
HSV(B)345.37º20%80.39%-
XYZ46.0942.5945.84-
YUV177.4126.08147.69-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 37.75%
GREEN value IS 164 (64.45% from 255) = 30.20%
BLUE value IS 174 (68.36% from 255) = 32.04%
R=37.75%
G=30.20%
B=32.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.15
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20516417400.20.150.20345.3729.0872.35
HexCDA4AE014F141591d48
Octal315244256024172453135110
Binary110011011010010010101110010100111110100101011001111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDA4AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDA4AE; }

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

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

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

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

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

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

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

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