#CD95A0

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

Shades of Careys Pink #CD95A0

Tints of Careys Pink #CD95A0

Color information

#CD95A0 (or 0xCD95A0) is unknown color: approx Careys Pink. HEX triplet: CD, 95 and A0. RGB value is (205,149,160). Sum of RGB (Red+Green+Blue) = 205+149+160=514 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.88% from 514); Green value is 149 (58.59% from 255 or 28.99% from 514); Blue value is 160 (62.89% from 255 or 31.13% from 514); Max value from RGB is 205 - color contains mainly: red. Hex color #CD95A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD95A0 is #326A5F. Grayscale: #A7A7A7. Windows color (decimal): -3304032 or 10524109. OLE color: 10524109.

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

Color convert

RGB205149160-
CMYK00.270.220.20
HSL348.21º35.9%69.41%-
HSV(B)348.21º27.32%80.39%-
XYZ42.2737.0138.17-
YUV167124.05155.11-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 39.88%
GREEN value IS 149 (58.59% from 255) = 28.99%
BLUE value IS 160 (62.89% from 255) = 31.13%
R=39.88%
G=28.99%
B=31.13%

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
Decimal20514916000.270.220.20348.2135.969.41
HexCD95A001B161415c2445
Octal315225240033262453444105
Binary11001101100101011010000001101110110101001010111001001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD95A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD95A0; }

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

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

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

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

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

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

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

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