#C89290

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

Shades of Oriental Pink #C89290

Tints of Oriental Pink #C89290

Color information

#C89290 (or 0xC89290) is unknown color: approx Oriental Pink. HEX triplet: C8, 92 and 90. RGB value is (200,146,144). Sum of RGB (Red+Green+Blue) = 200+146+144=490 (64% of max value = 765). Red value is 200 (78.52% from 255 or 40.82% from 490); Green value is 146 (57.42% from 255 or 29.80% from 490); Blue value is 144 (56.64% from 255 or 29.39% from 490); Max value from RGB is 200 - color contains mainly: red. Hex color #C89290 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C89290 is #376D6F. Grayscale: #A1A1A1. Windows color (decimal): -3632496 or 9474760. OLE color: 9474760.

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

Color convert

RGB200146144-
CMYK00.270.280.22
HSL2.14º33.73%67.45%-
HSV(B)2.14º28%78.43%-
XYZ39.1334.8531.05-
YUV161.92117.89155.16-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 40.82%
GREEN value IS 146 (57.42% from 255) = 29.80%
BLUE value IS 144 (56.64% from 255) = 29.39%
R=40.82%
G=29.80%
B=29.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.28
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20014614400.270.280.222.1433.7367.45
HexC8929001B1C1622243
Octal3102222200333426242103
Binary1100100010010010100100000110111110010110101000101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C89290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C89290; }

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

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

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

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

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

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

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

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