#C08580

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

Shades of Oriental Pink #C08580

Tints of Oriental Pink #C08580

Color information

#C08580 (or 0xC08580) is unknown color: approx Oriental Pink. HEX triplet: C0, 85 and 80. RGB value is (192,133,128). Sum of RGB (Red+Green+Blue) = 192+133+128=453 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.38% from 453); Green value is 133 (52.34% from 255 or 29.36% from 453); Blue value is 128 (50.39% from 255 or 28.26% from 453); Max value from RGB is 192 - color contains mainly: red. Hex color #C08580 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C08580 is #3F7A7F. Grayscale: #969696. Windows color (decimal): -4160128 or 8422848. OLE color: 8422848.

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

Color convert

RGB192133128-
CMYK00.310.330.25
HSL4.69º33.68%62.75%-
HSV(B)4.69º33.33%75.29%-
XYZ34.0229.5424.33-
YUV150.07115.55157.91-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 42.38%
GREEN value IS 133 (52.34% from 255) = 29.36%
BLUE value IS 128 (50.39% from 255) = 28.26%
R=42.38%
G=29.36%
B=28.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.33
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19213312800.310.330.254.6933.6862.75
HexC0858001F21195223f
Octal300205200037413154277
Binary11000000100001011000000001111110000111001101100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C08580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C08580; }

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

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

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

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

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

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

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

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