#C99498

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

Shades of Careys Pink #C99498

Tints of Careys Pink #C99498

Color information

#C99498 (or 0xC99498) is unknown color: approx Careys Pink. HEX triplet: C9, 94 and 98. RGB value is (201,148,152). Sum of RGB (Red+Green+Blue) = 201+148+152=501 (66% of max value = 765). Red value is 201 (78.91% from 255 or 40.12% from 501); Green value is 148 (58.20% from 255 or 29.54% from 501); Blue value is 152 (59.77% from 255 or 30.34% from 501); Max value from RGB is 201 - color contains mainly: red. Hex color #C99498 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C99498 is #366B67. Grayscale: #A4A4A4. Windows color (decimal): -3566440 or 9999561. OLE color: 9999561.

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

Color convert

RGB201148152-
CMYK00.260.240.21
HSL355.47º32.92%68.43%-
HSV(B)355.47º26.37%78.82%-
XYZ40.3435.8634.5-
YUV164.3121.06154.17-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 40.12%
GREEN value IS 148 (58.20% from 255) = 29.54%
BLUE value IS 152 (59.77% from 255) = 30.34%
R=40.12%
G=29.54%
B=30.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.24
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20114815200.260.240.21355.4732.9268.43
HexC9949801A18151632144
Octal311224230032302554341104
Binary11001001100101001001100001101011000101011011000111000011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C99498

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C99498; }

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

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

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

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

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

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

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

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