#CDA7AF

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

Shades of Careys Pink #CDA7AF

Tints of Careys Pink #CDA7AF

Color information

#CDA7AF (or 0xCDA7AF) is unknown color: approx Careys Pink. HEX triplet: CD, A7 and AF. RGB value is (205,167,175). Sum of RGB (Red+Green+Blue) = 205+167+175=547 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.48% from 547); Green value is 167 (65.62% from 255 or 30.53% from 547); Blue value is 175 (68.75% from 255 or 31.99% from 547); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA7AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CDA7AF is #325850. Grayscale: #B3B3B3. Windows color (decimal): -3299409 or 11511757. OLE color: 11511757.

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

Color convert

RGB205167175-
CMYK00.190.150.20
HSL347.37º27.54%72.94%-
HSV(B)347.37º18.54%80.39%-
XYZ46.7343.7146.53-
YUV179.27125.59146.35-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 37.48%
GREEN value IS 167 (65.62% from 255) = 30.53%
BLUE value IS 175 (68.75% from 255) = 31.99%
R=37.48%
G=30.53%
B=31.99%

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
Decimal20516717500.190.150.20347.3727.5472.94
HexCDA7AF013F1415b1c49
Octal315247257023172453334111
Binary110011011010011110101111010011111110100101011011111001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDA7AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDA7AF; }

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

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

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

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

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

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

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

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