#C98F92

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

Shades of Careys Pink #C98F92

Tints of Careys Pink #C98F92

Color information

#C98F92 (or 0xC98F92) is unknown color: approx Careys Pink. HEX triplet: C9, 8F and 92. RGB value is (201,143,146). Sum of RGB (Red+Green+Blue) = 201+143+146=490 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.02% from 490); Green value is 143 (56.25% from 255 or 29.18% from 490); Blue value is 146 (57.42% from 255 or 29.80% from 490); Max value from RGB is 201 - color contains mainly: red. Hex color #C98F92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C98F92 is #36706D. Grayscale: #A0A0A0. Windows color (decimal): -3567726 or 9605065. OLE color: 9605065.

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

Color convert

RGB201143146-
CMYK00.290.270.21
HSL356.9º34.94%67.45%-
HSV(B)356.9º28.86%78.82%-
XYZ39.134.1431.72-
YUV160.68119.72156.76-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 41.02%
GREEN value IS 143 (56.25% from 255) = 29.18%
BLUE value IS 146 (57.42% from 255) = 29.80%
R=41.02%
G=29.18%
B=29.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.27
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20114314600.290.270.21356.934.9467.45
HexC98F9201D1B151652343
Octal311217222035332554543103
Binary11001001100011111001001001110111011101011011001011000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C98F92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C98F92; }

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

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

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

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

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

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

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

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