#CDA7AA

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

Shades of Careys Pink #CDA7AA

Tints of Careys Pink #CDA7AA

Color information

#CDA7AA (or 0xCDA7AA) is unknown color: approx Careys Pink. HEX triplet: CD, A7 and AA. RGB value is (205,167,170). Sum of RGB (Red+Green+Blue) = 205+167+170=542 (71% of max value = 765). Red value is 205 (80.47% from 255 or 37.82% from 542); Green value is 167 (65.62% from 255 or 30.81% from 542); Blue value is 170 (66.80% from 255 or 31.37% from 542); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA7AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CDA7AA is #325855. Grayscale: #B2B2B2. Windows color (decimal): -3299414 or 11184077. OLE color: 11184077.

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

Color convert

RGB205167170-
CMYK00.190.170.20
HSL355.26º27.54%72.94%-
HSV(B)355.26º18.54%80.39%-
XYZ46.2543.5243.99-
YUV178.7123.09146.76-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 37.82%
GREEN value IS 167 (65.62% from 255) = 30.81%
BLUE value IS 170 (66.80% from 255) = 31.37%
R=37.82%
G=30.81%
B=31.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.17
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20516717000.190.170.20355.2627.5472.94
HexCDA7AA01311141631c49
Octal315247252023212454334111
Binary1100110110100111101010100100111000110100101100011111001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDA7AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDA7AA; }

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

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

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

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

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

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

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

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