#C99296

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

Shades of Careys Pink #C99296

Tints of Careys Pink #C99296

Color information

#C99296 (or 0xC99296) is unknown color: approx Careys Pink. HEX triplet: C9, 92 and 96. RGB value is (201,146,150). Sum of RGB (Red+Green+Blue) = 201+146+150=497 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.44% from 497); Green value is 146 (57.42% from 255 or 29.38% from 497); Blue value is 150 (58.98% from 255 or 30.18% from 497); Max value from RGB is 201 - color contains mainly: red. Hex color #C99296 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C99296 is #366D69. Grayscale: #A2A2A2. Windows color (decimal): -3566954 or 9867977. OLE color: 9867977.

HSL color Cylindrical-coordinate representation of color #C99296: hue angle of 355.64º degrees, saturation: 0.34, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C99296 is Cyan = 0, Magento = 0.27, Yellow = 0.25 and Black (K on CMYK) = 0.21.

Color convert

RGB201146150-
CMYK00.270.250.21
HSL355.64º33.74%68.04%-
HSV(B)355.64º27.36%78.82%-
XYZ39.8735.1833.54-
YUV162.9120.72155.17-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 40.44%
GREEN value IS 146 (57.42% from 255) = 29.38%
BLUE value IS 150 (58.98% from 255) = 30.18%
R=40.44%
G=29.38%
B=30.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.25
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20114615000.270.250.21355.6433.7468.04
HexC9929601B19151642244
Octal311222226033312554442104
Binary11001001100100101001011001101111001101011011001001000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C99296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C99296; }

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

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

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

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

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

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

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

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