#C99290

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

Shades of Oriental Pink #C99290

Tints of Oriental Pink #C99290

Color information

#C99290 (or 0xC99290) is unknown color: approx Oriental Pink. HEX triplet: C9, 92 and 90. RGB value is (201,146,144). Sum of RGB (Red+Green+Blue) = 201+146+144=491 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.94% from 491); Green value is 146 (57.42% from 255 or 29.74% from 491); Blue value is 144 (56.64% from 255 or 29.33% from 491); Max value from RGB is 201 - color contains mainly: red. Hex color #C99290 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C99290 is #366D6F. Grayscale: #A2A2A2. Windows color (decimal): -3566960 or 9474761. OLE color: 9474761.

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

Color convert

RGB201146144-
CMYK00.270.280.21
HSL2.11º34.55%67.65%-
HSV(B)2.11º28.36%78.82%-
XYZ39.434.9931.06-
YUV162.22117.72155.66-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 40.94%
GREEN value IS 146 (57.42% from 255) = 29.74%
BLUE value IS 144 (56.64% from 255) = 29.33%
R=40.94%
G=29.74%
B=29.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.28
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20114614400.270.280.212.1134.5567.65
HexC9929001B1C1522344
Octal3112222200333425243104
Binary1100100110010010100100000110111110010101101000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C99290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C99290; }

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

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

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

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

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

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

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

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