#C89590

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

Shades of Oriental Pink #C89590

Tints of Oriental Pink #C89590

Color information

#C89590 (or 0xC89590) is unknown color: approx Oriental Pink. HEX triplet: C8, 95 and 90. RGB value is (200,149,144). Sum of RGB (Red+Green+Blue) = 200+149+144=493 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.57% from 493); Green value is 149 (58.59% from 255 or 30.22% from 493); Blue value is 144 (56.64% from 255 or 29.21% from 493); Max value from RGB is 200 - color contains mainly: red. Hex color #C89590 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C89590 is #376A6F. Grayscale: #A3A3A3. Windows color (decimal): -3631728 or 9475528. OLE color: 9475528.

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

Color convert

RGB200149144-
CMYK00.260.280.22
HSL5.36º33.73%67.45%-
HSV(B)5.36º28%78.43%-
XYZ39.635.7931.21-
YUV163.68116.9153.91-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 40.57%
GREEN value IS 149 (58.59% from 255) = 30.22%
BLUE value IS 144 (56.64% from 255) = 29.21%
R=40.57%
G=30.22%
B=29.21%

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
Decimal20014914400.260.280.225.3633.7367.45
HexC8959001A1C1652243
Octal3102252200323426542103
Binary11001000100101011001000001101011100101101011000101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C89590

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C89590; }

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

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

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

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

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

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

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

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