#CDA7AE

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

Shades of Careys Pink #CDA7AE

Tints of Careys Pink #CDA7AE

Color information

#CDA7AE (or 0xCDA7AE) is unknown color: approx Careys Pink. HEX triplet: CD, A7 and AE. RGB value is (205,167,174). Sum of RGB (Red+Green+Blue) = 205+167+174=546 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.55% from 546); Green value is 167 (65.62% from 255 or 30.59% from 546); Blue value is 174 (68.36% from 255 or 31.87% from 546); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA7AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CDA7AE is #325851. Grayscale: #B3B3B3. Windows color (decimal): -3299410 or 11446221. OLE color: 11446221.

HSL color Cylindrical-coordinate representation of color #CDA7AE: hue angle of 348.95º degrees, saturation: 0.28, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CDA7AE is Cyan = 0, Magento = 0.19, Yellow = 0.15 and Black (K on CMYK) = 0.20.

Color convert

RGB205167174-
CMYK00.190.150.20
HSL348.95º27.54%72.94%-
HSV(B)348.95º18.54%80.39%-
XYZ46.6443.6746.02-
YUV179.16125.09146.43-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 37.55%
GREEN value IS 167 (65.62% from 255) = 30.59%
BLUE value IS 174 (68.36% from 255) = 31.87%
R=37.55%
G=30.59%
B=31.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.15
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20516717400.190.150.20348.9527.5472.94
HexCDA7AE013F1415d1c49
Octal315247256023172453534111
Binary110011011010011110101110010011111110100101011101111001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDA7AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDA7AE; }

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

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

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

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

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

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

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

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