#CD9199

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

Shades of Careys Pink #CD9199

Tints of Careys Pink #CD9199

Color information

#CD9199 (or 0xCD9199) is unknown color: approx Careys Pink. HEX triplet: CD, 91 and 99. RGB value is (205,145,153). Sum of RGB (Red+Green+Blue) = 205+145+153=503 (66% of max value = 765). Red value is 205 (80.47% from 255 or 40.76% from 503); Green value is 145 (57.03% from 255 or 28.83% from 503); Blue value is 153 (60.16% from 255 or 30.42% from 503); Max value from RGB is 205 - color contains mainly: red. Hex color #CD9199 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD9199 is #326E66. Grayscale: #A3A3A3. Windows color (decimal): -3305063 or 10064333. OLE color: 10064333.

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

Color convert

RGB205145153-
CMYK00.290.250.20
HSL352º37.5%68.63%-
HSV(B)352º29.27%80.39%-
XYZ41.0535.5334.83-
YUV163.85121.88157.35-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 40.76%
GREEN value IS 145 (57.03% from 255) = 28.83%
BLUE value IS 153 (60.16% from 255) = 30.42%
R=40.76%
G=28.83%
B=30.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.25
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20514515300.290.250.2035237.568.63
HexCD919901D19141602645
Octal315221231035312454046105
Binary11001101100100011001100101110111001101001011000001001101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD9199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD9199; }

 p { color: rgb(205,145,153); }

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

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

 a { background-color: rgb(205,145,153); }

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

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

 span { border-color: rgb(205,145,153); }

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