#CDA7AD

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

Shades of Careys Pink #CDA7AD

Tints of Careys Pink #CDA7AD

Color information

#CDA7AD (or 0xCDA7AD) is unknown color: approx Careys Pink. HEX triplet: CD, A7 and AD. RGB value is (205,167,173). Sum of RGB (Red+Green+Blue) = 205+167+173=545 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.61% from 545); Green value is 167 (65.62% from 255 or 30.64% from 545); Blue value is 173 (67.97% from 255 or 31.74% from 545); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA7AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CDA7AD is #325852. Grayscale: #B3B3B3. Windows color (decimal): -3299411 or 11380685. OLE color: 11380685.

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

Color convert

RGB205167173-
CMYK00.190.160.20
HSL350.53º27.54%72.94%-
HSV(B)350.53º18.54%80.39%-
XYZ46.5443.6345.5-
YUV179.05124.59146.51-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 37.61%
GREEN value IS 167 (65.62% from 255) = 30.64%
BLUE value IS 173 (67.97% from 255) = 31.74%
R=37.61%
G=30.64%
B=31.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.16
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20516717300.190.160.20350.5327.5472.94
HexCDA7AD013101415f1c49
Octal315247255023202453734111
Binary1100110110100111101011010100111000010100101011111111001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDA7AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDA7AD; }

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

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

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

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

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

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

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

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