#C08080

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

Shades of Oriental Pink #C08080

Tints of Oriental Pink #C08080

Color information

#C08080 (or 0xC08080) is unknown color: approx Oriental Pink. HEX triplet: C0, 80 and 80. RGB value is (192,128,128). Sum of RGB (Red+Green+Blue) = 192+128+128=448 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.86% from 448); Green value is 128 (50.39% from 255 or 28.57% from 448); Blue value is 128 (50.39% from 255 or 28.57% from 448); Max value from RGB is 192 - color contains mainly: red. Hex color #C08080 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C08080 is #3F7F7F. Grayscale: #939393. Windows color (decimal): -4161408 or 8421568. OLE color: 8421568.

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

Color convert

RGB192128128-
CMYK00.330.330.25
HSL33.68%62.75%-
HSV(B)33.33%75.29%-
XYZ33.3528.224.11-
YUV147.14117.2160-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 42.86%
GREEN value IS 128 (50.39% from 255) = 28.57%
BLUE value IS 128 (50.39% from 255) = 28.57%
R=42.86%
G=28.57%
B=28.57%

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
Decimal19212812800.330.330.25033.6862.75
HexC0808002121190223f
Octal300200200041413104277
Binary1100000010000000100000000100001100001110010100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C08080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C08080; }

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

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

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

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

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

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

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

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