#C88181

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

Shades of Oriental Pink #C88181

Tints of Oriental Pink #C88181

Color information

#C88181 (or 0xC88181) is unknown color: approx Oriental Pink. HEX triplet: C8, 81 and 81. RGB value is (200,129,129). Sum of RGB (Red+Green+Blue) = 200+129+129=458 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.67% from 458); Green value is 129 (50.78% from 255 or 28.17% from 458); Blue value is 129 (50.78% from 255 or 28.17% from 458); Max value from RGB is 200 - color contains mainly: red. Hex color #C88181 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C88181 is #377E7E. Grayscale: #969696. Windows color (decimal): -3636863 or 8487368. OLE color: 8487368.

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

Color convert

RGB200129129-
CMYK00.360.360.22
HSL39.23%64.51%-
HSV(B)35.5%78.43%-
XYZ35.6329.5624.6-
YUV150.23116.02163.5-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 43.67%
GREEN value IS 129 (50.78% from 255) = 28.17%
BLUE value IS 129 (50.78% from 255) = 28.17%
R=43.67%
G=28.17%
B=28.17%

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
Decimal20012912900.360.360.22039.2364.51
HexC88181024241602741
Octal3102012010444426047101
Binary11001000100000011000000101001001001001011001001111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C88181

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C88181; }

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

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

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

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

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

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

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

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