#C9928A

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

Shades of Oriental Pink #C9928A

Tints of Oriental Pink #C9928A

Color information

#C9928A (or 0xC9928A) is unknown color: approx Oriental Pink. HEX triplet: C9, 92 and 8A. RGB value is (201,146,138). Sum of RGB (Red+Green+Blue) = 201+146+138=485 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.44% from 485); Green value is 146 (57.42% from 255 or 30.10% from 485); Blue value is 138 (54.30% from 255 or 28.45% from 485); Max value from RGB is 201 - color contains mainly: red. Hex color #C9928A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9928A is #366D75. Grayscale: #A1A1A1. Windows color (decimal): -3566966 or 9081545. OLE color: 9081545.

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

Color convert

RGB201146138-
CMYK00.270.310.21
HSL7.62º36.84%66.47%-
HSV(B)7.62º31.34%78.82%-
XYZ38.9534.8128.71-
YUV161.53114.72156.15-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 41.44%
GREEN value IS 146 (57.42% from 255) = 30.10%
BLUE value IS 138 (54.30% from 255) = 28.45%
R=41.44%
G=30.10%
B=28.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.31
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20114613800.270.310.217.6236.8466.47
HexC9928A01B1F1582542
Octal31122221203337251045102
Binary110010011001001010001010011011111111010110001001011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9928A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9928A; }

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

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

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

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

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

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

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

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