#C89083

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

Shades of Oriental Pink #C89083

Tints of Oriental Pink #C89083

Color information

#C89083 (or 0xC89083) is unknown color: approx Oriental Pink. HEX triplet: C8, 90 and 83. RGB value is (200,144,131). Sum of RGB (Red+Green+Blue) = 200+144+131=475 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.11% from 475); Green value is 144 (56.64% from 255 or 30.32% from 475); Blue value is 131 (51.56% from 255 or 27.58% from 475); Max value from RGB is 200 - color contains mainly: red. Hex color #C89083 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C89083 is #376F7C. Grayscale: #9F9F9F. Windows color (decimal): -3633021 or 8622280. OLE color: 8622280.

HSL color Cylindrical-coordinate representation of color #C89083: hue angle of 11.3º degrees, saturation: 0.39, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C89083 is Cyan = 0, Magento = 0.28, Yellow = 0.34 and Black (K on CMYK) = 0.22.

Color convert

RGB200144131-
CMYK00.280.340.22
HSL11.3º38.55%64.9%-
HSV(B)11.3º34.5%78.43%-
XYZ37.8933.8626.01-
YUV159.26112.05157.06-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 42.11%
GREEN value IS 144 (56.64% from 255) = 30.32%
BLUE value IS 131 (51.56% from 255) = 27.58%
R=42.11%
G=30.32%
B=27.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.34
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20014413100.280.340.2211.338.5564.9
HexC8908301C2216b2741
Octal31022020303442261347101
Binary1100100010010000100000110111001000101011010111001111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C89083

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C89083; }

 p { color: rgb(200,144,131); }

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

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

 a { background-color: rgb(200,144,131); }

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

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

 span { border-color: rgb(200,144,131); }

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