#CD9196

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

Shades of Careys Pink #CD9196

Tints of Careys Pink #CD9196

Color information

#CD9196 (or 0xCD9196) is unknown color: approx Careys Pink. HEX triplet: CD, 91 and 96. RGB value is (205,145,150). Sum of RGB (Red+Green+Blue) = 205+145+150=500 (66% of max value = 765). Red value is 205 (80.47% from 255 or 41% from 500); Green value is 145 (57.03% from 255 or 29% from 500); Blue value is 150 (58.98% from 255 or 30% from 500); Max value from RGB is 205 - color contains mainly: red. Hex color #CD9196 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD9196 is #326E69. Grayscale: #A3A3A3. Windows color (decimal): -3305066 or 9867725. OLE color: 9867725.

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

Color convert

RGB205145150-
CMYK00.290.270.20
HSL355º37.5%68.63%-
HSV(B)355º29.27%80.39%-
XYZ40.8135.4333.54-
YUV163.51120.38157.59-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 41%
GREEN value IS 145 (57.03% from 255) = 29%
BLUE value IS 150 (58.98% from 255) = 30%
R=41%
G=29%
B=30%

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
Decimal20514515000.290.270.2035537.568.63
HexCD919601D1B141632645
Octal315221226035332454346105
Binary11001101100100011001011001110111011101001011000111001101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD9196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD9196; }

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

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

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

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

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

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

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

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