#CD9899

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

Shades of Careys Pink #CD9899

Tints of Careys Pink #CD9899

Color information

#CD9899 (or 0xCD9899) is unknown color: approx Careys Pink. HEX triplet: CD, 98 and 99. RGB value is (205,152,153). Sum of RGB (Red+Green+Blue) = 205+152+153=510 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.20% from 510); Green value is 152 (59.77% from 255 or 29.80% from 510); Blue value is 153 (60.16% from 255 or 30% from 510); Max value from RGB is 205 - color contains mainly: red. Hex color #CD9899 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD9899 is #326766. Grayscale: #A8A8A8. Windows color (decimal): -3303271 or 10066125. OLE color: 10066125.

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

Color convert

RGB205152153-
CMYK00.260.250.20
HSL358.87º34.64%70%-
HSV(B)358.87º25.85%80.39%-
XYZ42.1537.7435.2-
YUV167.96119.56154.42-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 40.20%
GREEN value IS 152 (59.77% from 255) = 29.80%
BLUE value IS 153 (60.16% from 255) = 30%
R=40.20%
G=29.80%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.25
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20515215300.260.250.20358.8734.6470
HexCD989901A19141672346
Octal315230231032312454743106
Binary11001101100110001001100101101011001101001011001111000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD9899

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD9899; }

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

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

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

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

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

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

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

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