#C89084

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

Shades of Oriental Pink #C89084

Tints of Oriental Pink #C89084

Color information

#C89084 (or 0xC89084) is unknown color: approx Oriental Pink. HEX triplet: C8, 90 and 84. RGB value is (200,144,132). Sum of RGB (Red+Green+Blue) = 200+144+132=476 (63% of max value = 765). Red value is 200 (78.52% from 255 or 42.02% from 476); Green value is 144 (56.64% from 255 or 30.25% from 476); Blue value is 132 (51.95% from 255 or 27.73% from 476); Max value from RGB is 200 - color contains mainly: red. Hex color #C89084 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C89084 is #376F7B. Grayscale: #9F9F9F. Windows color (decimal): -3633020 or 8687816. OLE color: 8687816.

HSL color Cylindrical-coordinate representation of color #C89084: hue angle of 10.59º degrees, saturation: 0.38, 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 #C89084 is Cyan = 0, Magento = 0.28, Yellow = 0.34 and Black (K on CMYK) = 0.22.

Color convert

RGB200144132-
CMYK00.280.340.22
HSL10.59º38.2%65.1%-
HSV(B)10.59º34%78.43%-
XYZ37.9633.8926.37-
YUV159.38112.55156.98-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 42.02%
GREEN value IS 144 (56.64% from 255) = 30.25%
BLUE value IS 132 (51.95% from 255) = 27.73%
R=42.02%
G=30.25%
B=27.73%

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
Decimal20014413200.280.340.2210.5938.265.1
HexC8908401C2216b2641
Octal31022020403442261346101
Binary1100100010010000100001000111001000101011010111001101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C89084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C89084; }

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

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

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

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

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

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

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

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