#C99288

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

Shades of Oriental Pink #C99288

Tints of Oriental Pink #C99288

Color information

#C99288 (or 0xC99288) is unknown color: approx Oriental Pink. HEX triplet: C9, 92 and 88. RGB value is (201,146,136). Sum of RGB (Red+Green+Blue) = 201+146+136=483 (63% of max value = 765). Red value is 201 (78.91% from 255 or 41.61% from 483); Green value is 146 (57.42% from 255 or 30.23% from 483); Blue value is 136 (53.52% from 255 or 28.16% from 483); Max value from RGB is 201 - color contains mainly: red. Hex color #C99288 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C99288 is #366D77. Grayscale: #A1A1A1. Windows color (decimal): -3566968 or 8950473. OLE color: 8950473.

HSL color Cylindrical-coordinate representation of color #C99288: hue angle of 9.23º degrees, saturation: 0.38, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C99288 is Cyan = 0, Magento = 0.27, Yellow = 0.32 and Black (K on CMYK) = 0.21.

Color convert

RGB201146136-
CMYK00.270.320.21
HSL9.23º37.57%66.08%-
HSV(B)9.23º32.34%78.82%-
XYZ38.8134.7527.96-
YUV161.3113.72156.31-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 41.61%
GREEN value IS 146 (57.42% from 255) = 30.23%
BLUE value IS 136 (53.52% from 255) = 28.16%
R=41.61%
G=30.23%
B=28.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.32
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20114613600.270.320.219.2337.5766.08
HexC9928801B201592642
Octal31122221003340251146102
Binary1100100110010010100010000110111000001010110011001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C99288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C99288; }

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

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

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

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

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

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

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

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