#CD9699

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

Shades of Careys Pink #CD9699

Tints of Careys Pink #CD9699

Color information

#CD9699 (or 0xCD9699) is unknown color: approx Careys Pink. HEX triplet: CD, 96 and 99. RGB value is (205,150,153). Sum of RGB (Red+Green+Blue) = 205+150+153=508 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.35% from 508); Green value is 150 (58.98% from 255 or 29.53% from 508); Blue value is 153 (60.16% from 255 or 30.12% from 508); Max value from RGB is 205 - color contains mainly: red. Hex color #CD9699 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD9699 is #326966. Grayscale: #A6A6A6. Windows color (decimal): -3303783 or 10065613. OLE color: 10065613.

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

Color convert

RGB205150153-
CMYK00.270.250.20
HSL356.73º35.48%69.61%-
HSV(B)356.73º26.83%80.39%-
XYZ41.8337.0935.09-
YUV166.79120.22155.26-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 40.35%
GREEN value IS 150 (58.98% from 255) = 29.53%
BLUE value IS 153 (60.16% from 255) = 30.12%
R=40.35%
G=29.53%
B=30.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.25
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20515015300.270.250.20356.7335.4869.61
HexCD969901B19141652346
Octal315226231033312454543106
Binary11001101100101101001100101101111001101001011001011000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD9699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD9699; }

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

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

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

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

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

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

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

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