#C08886

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

Shades of Oriental Pink #C08886

Tints of Oriental Pink #C08886

Color information

#C08886 (or 0xC08886) is unknown color: approx Oriental Pink. HEX triplet: C0, 88 and 86. RGB value is (192,136,134). Sum of RGB (Red+Green+Blue) = 192+136+134=462 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.56% from 462); Green value is 136 (53.52% from 255 or 29.44% from 462); Blue value is 134 (52.73% from 255 or 29.00% from 462); Max value from RGB is 192 - color contains mainly: red. Hex color #C08886 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C08886 is #3F7779. Grayscale: #989898. Windows color (decimal): -4159354 or 8816832. OLE color: 8816832.

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

Color convert

RGB192136134-
CMYK00.290.300.25
HSL2.07º31.52%63.92%-
HSV(B)2.07º30.21%75.29%-
XYZ34.8530.5426.61-
YUV152.52117.55156.16-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 41.56%
GREEN value IS 136 (53.52% from 255) = 29.44%
BLUE value IS 134 (52.73% from 255) = 29.00%
R=41.56%
G=29.44%
B=29.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.30
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19213613400.290.300.252.0731.5263.92
HexC0888601D1E1922040
Octal3002102060353631240100
Binary1100000010001000100001100111011111011001101000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C08886

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C08886; }

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

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

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

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

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

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

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

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