#CD9FA0

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

Shades of Careys Pink #CD9FA0

Tints of Careys Pink #CD9FA0

Color information

#CD9FA0 (or 0xCD9FA0) is unknown color: approx Careys Pink. HEX triplet: CD, 9F and A0. RGB value is (205,159,160). Sum of RGB (Red+Green+Blue) = 205+159+160=524 (69% of max value = 765). Red value is 205 (80.47% from 255 or 39.12% from 524); Green value is 159 (62.5% from 255 or 30.34% from 524); Blue value is 160 (62.89% from 255 or 30.53% from 524); Max value from RGB is 205 - color contains mainly: red. Hex color #CD9FA0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD9FA0 is #32605F. Grayscale: #ACACAC. Windows color (decimal): -3301472 or 10526669. OLE color: 10526669.

HSL color Cylindrical-coordinate representation of color #CD9FA0: hue angle of 358.7º degrees, saturation: 0.32, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CD9FA0 is Cyan = 0, Magento = 0.22, Yellow = 0.22 and Black (K on CMYK) = 0.20.

Color convert

RGB205159160-
CMYK00.220.220.20
HSL358.7º31.51%71.37%-
HSV(B)358.7º22.44%80.39%-
XYZ43.9240.3138.72-
YUV172.87120.74150.92-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 39.12%
GREEN value IS 159 (62.5% from 255) = 30.34%
BLUE value IS 160 (62.89% from 255) = 30.53%
R=39.12%
G=30.34%
B=30.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.22
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20515916000.220.220.20358.731.5171.37
HexCD9FA001616141672047
Octal315237240026262454740107
Binary11001101100111111010000001011010110101001011001111000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD9FA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD9FA0; }

 p { color: rgb(205,159,160); }

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

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

 a { background-color: rgb(205,159,160); }

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

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

 span { border-color: rgb(205,159,160); }

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