#C88180

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

Shades of Oriental Pink #C88180

Tints of Oriental Pink #C88180

Color information

#C88180 (or 0xC88180) is unknown color: approx Oriental Pink. HEX triplet: C8, 81 and 80. RGB value is (200,129,128). Sum of RGB (Red+Green+Blue) = 200+129+128=457 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.76% from 457); Green value is 129 (50.78% from 255 or 28.23% from 457); Blue value is 128 (50.39% from 255 or 28.01% from 457); Max value from RGB is 200 - color contains mainly: red. Hex color #C88180 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C88180 is #377E7F. Grayscale: #969696. Windows color (decimal): -3636864 or 8421832. OLE color: 8421832.

HSL color Cylindrical-coordinate representation of color #C88180: hue angle of 0.83º degrees, saturation: 0.4, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C88180 is Cyan = 0, Magento = 0.36, Yellow = 0.36 and Black (K on CMYK) = 0.22.

Color convert

RGB200129128-
CMYK00.360.360.22
HSL0.83º39.56%64.31%-
HSV(B)0.83º36%78.43%-
XYZ35.5729.5424.25-
YUV150.12115.52163.58-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 43.76%
GREEN value IS 129 (50.78% from 255) = 28.23%
BLUE value IS 128 (50.39% from 255) = 28.01%
R=43.76%
G=28.23%
B=28.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.36
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20012912800.360.360.220.8339.5664.31
HexC88180024241612840
Octal3102012000444426150100
Binary11001000100000011000000001001001001001011011010001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C88180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C88180; }

 p { color: rgb(200,129,128); }

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

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

 a { background-color: rgb(200,129,128); }

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

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

 span { border-color: rgb(200,129,128); }

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