#CD95A1

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

Shades of Careys Pink #CD95A1

Tints of Careys Pink #CD95A1

Color information

#CD95A1 (or 0xCD95A1) is unknown color: approx Careys Pink. HEX triplet: CD, 95 and A1. RGB value is (205,149,161). Sum of RGB (Red+Green+Blue) = 205+149+161=515 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.81% from 515); Green value is 149 (58.59% from 255 or 28.93% from 515); Blue value is 161 (63.28% from 255 or 31.26% from 515); Max value from RGB is 205 - color contains mainly: red. Hex color #CD95A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD95A1 is #326A5E. Grayscale: #A7A7A7. Windows color (decimal): -3304031 or 10589645. OLE color: 10589645.

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

Color convert

RGB205149161-
CMYK00.270.210.20
HSL347.14º35.9%69.41%-
HSV(B)347.14º27.32%80.39%-
XYZ42.3637.0538.64-
YUV167.11124.55155.02-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 39.81%
GREEN value IS 149 (58.59% from 255) = 28.93%
BLUE value IS 161 (63.28% from 255) = 31.26%
R=39.81%
G=28.93%
B=31.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.21
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20514916100.270.210.20347.1435.969.41
HexCD95A101B151415b2445
Octal315225241033252453344105
Binary11001101100101011010000101101110101101001010110111001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD95A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD95A1; }

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

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

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

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

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

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

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

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