#C99398

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

Shades of Careys Pink #C99398

Tints of Careys Pink #C99398

Color information

#C99398 (or 0xC99398) is unknown color: approx Careys Pink. HEX triplet: C9, 93 and 98. RGB value is (201,147,152). Sum of RGB (Red+Green+Blue) = 201+147+152=500 (66% of max value = 765). Red value is 201 (78.91% from 255 or 40.2% from 500); Green value is 147 (57.81% from 255 or 29.4% from 500); Blue value is 152 (59.77% from 255 or 30.4% from 500); Max value from RGB is 201 - color contains mainly: red. Hex color #C99398 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C99398 is #366C67. Grayscale: #A3A3A3. Windows color (decimal): -3566696 or 9999305. OLE color: 9999305.

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

Color convert

RGB201147152-
CMYK00.270.240.21
HSL354.44º33.33%68.24%-
HSV(B)354.44º26.87%78.82%-
XYZ40.1935.5534.45-
YUV163.72121.39154.59-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 40.2%
GREEN value IS 147 (57.81% from 255) = 29.4%
BLUE value IS 152 (59.77% from 255) = 30.4%
R=40.2%
G=29.4%
B=30.4%

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
Decimal20114715200.270.240.21354.4433.3368.24
HexC9939801B18151622144
Octal311223230033302554241104
Binary11001001100100111001100001101111000101011011000101000011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C99398

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C99398; }

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

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

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

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

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

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

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

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