#C08180

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

Shades of Oriental Pink #C08180

Tints of Oriental Pink #C08180

Color information

#C08180 (or 0xC08180) is unknown color: approx Oriental Pink. HEX triplet: C0, 81 and 80. RGB value is (192,129,128). Sum of RGB (Red+Green+Blue) = 192+129+128=449 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.76% from 449); Green value is 129 (50.78% from 255 or 28.73% from 449); Blue value is 128 (50.39% from 255 or 28.51% from 449); Max value from RGB is 192 - color contains mainly: red. Hex color #C08180 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C08180 is #3F7E7F. Grayscale: #939393. Windows color (decimal): -4161152 or 8421824. OLE color: 8421824.

HSL color Cylindrical-coordinate representation of color #C08180: hue angle of 0.94º degrees, saturation: 0.34, 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 #C08180 is Cyan = 0, Magento = 0.33, Yellow = 0.33 and Black (K on CMYK) = 0.25.

Color convert

RGB192129128-
CMYK00.330.330.25
HSL0.94º33.68%62.75%-
HSV(B)0.94º33.33%75.29%-
XYZ33.4828.4724.15-
YUV147.72116.87159.58-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 42.76%
GREEN value IS 129 (50.78% from 255) = 28.73%
BLUE value IS 128 (50.39% from 255) = 28.51%
R=42.76%
G=28.73%
B=28.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.33
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19212912800.330.330.250.9433.6862.75
HexC0818002121191223f
Octal300201200041413114277
Binary1100000010000001100000000100001100001110011100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C08180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C08180; }

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

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

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

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

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

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

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

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