#C98F91

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

Shades of Careys Pink #C98F91

Tints of Careys Pink #C98F91

Color information

#C98F91 (or 0xC98F91) is unknown color: approx Careys Pink. HEX triplet: C9, 8F and 91. RGB value is (201,143,145). Sum of RGB (Red+Green+Blue) = 201+143+145=489 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.10% from 489); Green value is 143 (56.25% from 255 or 29.24% from 489); Blue value is 145 (57.03% from 255 or 29.65% from 489); Max value from RGB is 201 - color contains mainly: red. Hex color #C98F91 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C98F91 is #36706E. Grayscale: #A0A0A0. Windows color (decimal): -3567727 or 9539529. OLE color: 9539529.

HSL color Cylindrical-coordinate representation of color #C98F91: hue angle of 357.93º degrees, saturation: 0.35, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C98F91 is Cyan = 0, Magento = 0.29, Yellow = 0.28 and Black (K on CMYK) = 0.21.

Color convert

RGB201143145-
CMYK00.290.280.21
HSL357.93º34.94%67.45%-
HSV(B)357.93º28.86%78.82%-
XYZ39.0234.1131.31-
YUV160.57119.22156.84-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 41.10%
GREEN value IS 143 (56.25% from 255) = 29.24%
BLUE value IS 145 (57.03% from 255) = 29.65%
R=41.10%
G=29.24%
B=29.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.28
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20114314500.290.280.21357.9334.9467.45
HexC98F9101D1C151662343
Octal311217221035342554643103
Binary11001001100011111001000101110111100101011011001101000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C98F91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C98F91; }

 p { color: rgb(201,143,145); }

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

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

 a { background-color: rgb(201,143,145); }

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

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

 span { border-color: rgb(201,143,145); }

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