#CD9296

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

Shades of Careys Pink #CD9296

Tints of Careys Pink #CD9296

Color information

#CD9296 (or 0xCD9296) is unknown color: approx Careys Pink. HEX triplet: CD, 92 and 96. RGB value is (205,146,150). Sum of RGB (Red+Green+Blue) = 205+146+150=501 (66% of max value = 765). Red value is 205 (80.47% from 255 or 40.92% from 501); Green value is 146 (57.42% from 255 or 29.14% from 501); Blue value is 150 (58.98% from 255 or 29.94% from 501); Max value from RGB is 205 - color contains mainly: red. Hex color #CD9296 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD9296 is #326D69. Grayscale: #A4A4A4. Windows color (decimal): -3304810 or 9867981. OLE color: 9867981.

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

Color convert

RGB205146150-
CMYK00.290.270.20
HSL355.93º37.11%68.82%-
HSV(B)355.93º28.78%80.39%-
XYZ40.9635.7433.59-
YUV164.1120.05157.17-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 40.92%
GREEN value IS 146 (57.42% from 255) = 29.14%
BLUE value IS 150 (58.98% from 255) = 29.94%
R=40.92%
G=29.14%
B=29.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.27
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20514615000.290.270.20355.9337.1168.82
HexCD929601D1B141642545
Octal315222226035332454445105
Binary11001101100100101001011001110111011101001011001001001011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD9296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD9296; }

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

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

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

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

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

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

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

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