#C9948F

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

Shades of Oriental Pink #C9948F

Tints of Oriental Pink #C9948F

Color information

#C9948F (or 0xC9948F) is unknown color: approx Oriental Pink. HEX triplet: C9, 94 and 8F. RGB value is (201,148,143). Sum of RGB (Red+Green+Blue) = 201+148+143=492 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.85% from 492); Green value is 148 (58.20% from 255 or 30.08% from 492); Blue value is 143 (56.25% from 255 or 29.07% from 492); Max value from RGB is 201 - color contains mainly: red. Hex color #C9948F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9948F is #366B70. Grayscale: #A3A3A3. Windows color (decimal): -3566449 or 9409737. OLE color: 9409737.

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

Color convert

RGB201148143-
CMYK00.260.290.21
HSL5.17º34.94%67.45%-
HSV(B)5.17º28.86%78.82%-
XYZ39.6435.5830.77-
YUV163.28116.56154.91-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 40.85%
GREEN value IS 148 (58.20% from 255) = 30.08%
BLUE value IS 143 (56.25% from 255) = 29.07%
R=40.85%
G=30.08%
B=29.07%

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
Decimal20114814300.260.290.215.1734.9467.45
HexC9948F01A1D1552343
Octal3112242170323525543103
Binary11001001100101001000111101101011101101011011000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9948F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9948F; }

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

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

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

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

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

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

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

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