#C89490

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

Shades of Oriental Pink #C89490

Tints of Oriental Pink #C89490

Color information

#C89490 (or 0xC89490) is unknown color: approx Oriental Pink. HEX triplet: C8, 94 and 90. RGB value is (200,148,144). Sum of RGB (Red+Green+Blue) = 200+148+144=492 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.65% from 492); Green value is 148 (58.20% from 255 or 30.08% from 492); Blue value is 144 (56.64% from 255 or 29.27% from 492); Max value from RGB is 200 - color contains mainly: red. Hex color #C89490 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C89490 is #376B6F. Grayscale: #A3A3A3. Windows color (decimal): -3631984 or 9475272. OLE color: 9475272.

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

Color convert

RGB200148144-
CMYK00.260.280.22
HSL4.29º33.73%67.45%-
HSV(B)4.29º28%78.43%-
XYZ39.4435.4731.15-
YUV163.09117.23154.33-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 40.65%
GREEN value IS 148 (58.20% from 255) = 30.08%
BLUE value IS 144 (56.64% from 255) = 29.27%
R=40.65%
G=30.08%
B=29.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.28
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20014814400.260.280.224.2933.7367.45
HexC8949001A1C1642243
Octal3102242200323426442103
Binary11001000100101001001000001101011100101101001000101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C89490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C89490; }

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

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

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

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

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

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

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

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