#C08783

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

Shades of Oriental Pink #C08783

Tints of Oriental Pink #C08783

Color information

#C08783 (or 0xC08783) is unknown color: approx Oriental Pink. HEX triplet: C0, 87 and 83. RGB value is (192,135,131). Sum of RGB (Red+Green+Blue) = 192+135+131=458 (60% of max value = 765). Red value is 192 (75.39% from 255 or 41.92% from 458); Green value is 135 (53.12% from 255 or 29.48% from 458); Blue value is 131 (51.56% from 255 or 28.60% from 458); Max value from RGB is 192 - color contains mainly: red. Hex color #C08783 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C08783 is #3F787C. Grayscale: #979797. Windows color (decimal): -4159613 or 8619968. OLE color: 8619968.

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

Color convert

RGB192135131-
CMYK00.300.320.25
HSL3.93º32.62%63.33%-
HSV(B)3.93º31.77%75.29%-
XYZ34.530.1725.48-
YUV151.59116.38156.83-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 41.92%
GREEN value IS 135 (53.12% from 255) = 29.48%
BLUE value IS 131 (51.56% from 255) = 28.60%
R=41.92%
G=29.48%
B=28.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.32
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19213513100.300.320.253.9332.6263.33
HexC0878301E20194213f
Octal300207203036403144177
Binary11000000100001111000001101111010000011001100100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C08783

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C08783; }

 p { color: rgb(192,135,131); }

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

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

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

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

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

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

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