#C08881

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

Shades of Oriental Pink #C08881

Tints of Oriental Pink #C08881

Color information

#C08881 (or 0xC08881) is unknown color: approx Oriental Pink. HEX triplet: C0, 88 and 81. RGB value is (192,136,129). Sum of RGB (Red+Green+Blue) = 192+136+129=457 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.01% from 457); Green value is 136 (53.52% from 255 or 29.76% from 457); Blue value is 129 (50.78% from 255 or 28.23% from 457); Max value from RGB is 192 - color contains mainly: red. Hex color #C08881 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C08881 is #3F777E. Grayscale: #989898. Windows color (decimal): -4159359 or 8489152. OLE color: 8489152.

HSL color Cylindrical-coordinate representation of color #C08881: hue angle of 6.67º degrees, saturation: 0.33, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C08881 is Cyan = 0, Magento = 0.29, Yellow = 0.33 and Black (K on CMYK) = 0.25.

Color convert

RGB192136129-
CMYK00.290.330.25
HSL6.67º33.33%62.94%-
HSV(B)6.67º32.81%75.29%-
XYZ34.530.424.82-
YUV151.95115.05156.57-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 42.01%
GREEN value IS 136 (53.52% from 255) = 29.76%
BLUE value IS 129 (50.78% from 255) = 28.23%
R=42.01%
G=29.76%
B=28.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.33
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19213612900.290.330.256.6733.3362.94
HexC0888101D21197213f
Octal300210201035413174177
Binary11000000100010001000000101110110000111001111100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C08881

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C08881; }

 p { color: rgb(192,136,129); }

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

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

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

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

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

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

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