#C99297

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

Shades of Careys Pink #C99297

Tints of Careys Pink #C99297

Color information

#C99297 (or 0xC99297) is unknown color: approx Careys Pink. HEX triplet: C9, 92 and 97. RGB value is (201,146,151). Sum of RGB (Red+Green+Blue) = 201+146+151=498 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.36% from 498); Green value is 146 (57.42% from 255 or 29.32% from 498); Blue value is 151 (59.38% from 255 or 30.32% from 498); Max value from RGB is 201 - color contains mainly: red. Hex color #C99297 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C99297 is #366D68. Grayscale: #A3A3A3. Windows color (decimal): -3566953 or 9933513. OLE color: 9933513.

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

Color convert

RGB201146151-
CMYK00.270.250.21
HSL354.55º33.74%68.04%-
HSV(B)354.55º27.36%78.82%-
XYZ39.9535.2133.97-
YUV163.01121.22155.09-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 40.36%
GREEN value IS 146 (57.42% from 255) = 29.32%
BLUE value IS 151 (59.38% from 255) = 30.32%
R=40.36%
G=29.32%
B=30.32%

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
Decimal20114615100.270.250.21354.5533.7468.04
HexC9929701B19151632244
Octal311222227033312554342104
Binary11001001100100101001011101101111001101011011000111000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C99297

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C99297; }

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

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

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

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

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

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

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

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