#C9948D

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

Shades of Oriental Pink #C9948D

Tints of Oriental Pink #C9948D

Color information

#C9948D (or 0xC9948D) is unknown color: approx Oriental Pink. HEX triplet: C9, 94 and 8D. RGB value is (201,148,141). Sum of RGB (Red+Green+Blue) = 201+148+141=490 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.02% from 490); Green value is 148 (58.20% from 255 or 30.20% from 490); Blue value is 141 (55.47% from 255 or 28.78% from 490); Max value from RGB is 201 - color contains mainly: red. Hex color #C9948D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9948D is #366B72. Grayscale: #A3A3A3. Windows color (decimal): -3566451 or 9278665. OLE color: 9278665.

HSL color Cylindrical-coordinate representation of color #C9948D: hue angle of 7º degrees, saturation: 0.36, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C9948D is Cyan = 0, Magento = 0.26, Yellow = 0.30 and Black (K on CMYK) = 0.21.

Color convert

RGB201148141-
CMYK00.260.300.21
HSL35.71%67.06%-
HSV(B)29.85%78.82%-
XYZ39.4935.5229.97-
YUV163.05115.56155.07-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 41.02%
GREEN value IS 148 (58.20% from 255) = 30.20%
BLUE value IS 141 (55.47% from 255) = 28.78%
R=41.02%
G=30.20%
B=28.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.30
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20114814100.260.300.21735.7167.06
HexC9948D01A1E1572443
Octal3112242150323625744103
Binary11001001100101001000110101101011110101011111001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9948D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9948D; }

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

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

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

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

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

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

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

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