#CD96A0

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

Shades of Careys Pink #CD96A0

Tints of Careys Pink #CD96A0

Color information

#CD96A0 (or 0xCD96A0) is unknown color: approx Careys Pink. HEX triplet: CD, 96 and A0. RGB value is (205,150,160). Sum of RGB (Red+Green+Blue) = 205+150+160=515 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.81% from 515); Green value is 150 (58.98% from 255 or 29.13% from 515); Blue value is 160 (62.89% from 255 or 31.07% from 515); Max value from RGB is 205 - color contains mainly: red. Hex color #CD96A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD96A0 is #32695F. Grayscale: #A7A7A7. Windows color (decimal): -3303776 or 10524365. OLE color: 10524365.

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

Color convert

RGB205150160-
CMYK00.270.220.20
HSL349.09º35.48%69.61%-
HSV(B)349.09º26.83%80.39%-
XYZ42.4337.3338.23-
YUV167.58123.72154.69-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 39.81%
GREEN value IS 150 (58.98% from 255) = 29.13%
BLUE value IS 160 (62.89% from 255) = 31.07%
R=39.81%
G=29.13%
B=31.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.22
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20515016000.270.220.20349.0935.4869.61
HexCD96A001B161415d2346
Octal315226240033262453543106
Binary11001101100101101010000001101110110101001010111011000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD96A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD96A0; }

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

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

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

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

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

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

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

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