#CD9299

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

Shades of Careys Pink #CD9299

Tints of Careys Pink #CD9299

Color information

#CD9299 (or 0xCD9299) is unknown color: approx Careys Pink. HEX triplet: CD, 92 and 99. RGB value is (205,146,153). Sum of RGB (Red+Green+Blue) = 205+146+153=504 (66% of max value = 765). Red value is 205 (80.47% from 255 or 40.67% from 504); Green value is 146 (57.42% from 255 or 28.97% from 504); Blue value is 153 (60.16% from 255 or 30.36% from 504); Max value from RGB is 205 - color contains mainly: red. Hex color #CD9299 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD9299 is #326D66. Grayscale: #A4A4A4. Windows color (decimal): -3304807 or 10064589. OLE color: 10064589.

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

Color convert

RGB205146153-
CMYK00.290.250.20
HSL352.88º37.11%68.82%-
HSV(B)352.88º28.78%80.39%-
XYZ41.2135.8434.88-
YUV164.44121.55156.93-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 40.67%
GREEN value IS 146 (57.42% from 255) = 28.97%
BLUE value IS 153 (60.16% from 255) = 30.36%
R=40.67%
G=28.97%
B=30.36%

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
Decimal20514615300.290.250.20352.8837.1168.82
HexCD929901D19141612545
Octal315222231035312454145105
Binary11001101100100101001100101110111001101001011000011001011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD9299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD9299; }

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

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

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

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

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

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

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

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