#C9948E

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

Shades of Oriental Pink #C9948E

Tints of Oriental Pink #C9948E

Color information

#C9948E (or 0xC9948E) is unknown color: approx Oriental Pink. HEX triplet: C9, 94 and 8E. RGB value is (201,148,142). Sum of RGB (Red+Green+Blue) = 201+148+142=491 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.94% from 491); Green value is 148 (58.20% from 255 or 30.14% from 491); Blue value is 142 (55.86% from 255 or 28.92% from 491); Max value from RGB is 201 - color contains mainly: red. Hex color #C9948E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9948E is #366B71. Grayscale: #A3A3A3. Windows color (decimal): -3566450 or 9344201. OLE color: 9344201.

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

Color convert

RGB201148142-
CMYK00.260.290.21
HSL6.1º35.33%67.25%-
HSV(B)6.1º29.35%78.82%-
XYZ39.5635.5530.37-
YUV163.16116.06154.99-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 40.94%
GREEN value IS 148 (58.20% from 255) = 30.14%
BLUE value IS 142 (55.86% from 255) = 28.92%
R=40.94%
G=30.14%
B=28.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.29
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20114814200.260.290.216.135.3367.25
HexC9948E01A1D1562343
Octal3112242160323525643103
Binary11001001100101001000111001101011101101011101000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9948E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9948E; }

 p { color: rgb(201,148,142); }

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

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

 a { background-color: rgb(201,148,142); }

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

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

 span { border-color: rgb(201,148,142); }

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