#C99298

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

Shades of Careys Pink #C99298

Tints of Careys Pink #C99298

Color information

#C99298 (or 0xC99298) is unknown color: approx Careys Pink. HEX triplet: C9, 92 and 98. RGB value is (201,146,152). Sum of RGB (Red+Green+Blue) = 201+146+152=499 (66% of max value = 765). Red value is 201 (78.91% from 255 or 40.28% from 499); Green value is 146 (57.42% from 255 or 29.26% from 499); Blue value is 152 (59.77% from 255 or 30.46% from 499); Max value from RGB is 201 - color contains mainly: red. Hex color #C99298 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C99298 is #366D67. Grayscale: #A3A3A3. Windows color (decimal): -3566952 or 9999049. OLE color: 9999049.

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

Color convert

RGB201146152-
CMYK00.270.240.21
HSL353.45º33.74%68.04%-
HSV(B)353.45º27.36%78.82%-
XYZ40.0335.2434.4-
YUV163.13121.72155.01-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 40.28%
GREEN value IS 146 (57.42% from 255) = 29.26%
BLUE value IS 152 (59.77% from 255) = 30.46%
R=40.28%
G=29.26%
B=30.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.24
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20114615200.270.240.21353.4533.7468.04
HexC9929801B18151612244
Octal311222230033302554142104
Binary11001001100100101001100001101111000101011011000011000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C99298

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C99298; }

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

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

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

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

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

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

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

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