#C08682

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

Shades of Oriental Pink #C08682

Tints of Oriental Pink #C08682

Color information

#C08682 (or 0xC08682) is unknown color: approx Oriental Pink. HEX triplet: C0, 86 and 82. RGB value is (192,134,130). Sum of RGB (Red+Green+Blue) = 192+134+130=456 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.11% from 456); Green value is 134 (52.73% from 255 or 29.39% from 456); Blue value is 130 (51.17% from 255 or 28.51% from 456); Max value from RGB is 192 - color contains mainly: red. Hex color #C08682 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C08682 is #3F797D. Grayscale: #969696. Windows color (decimal): -4159870 or 8554176. OLE color: 8554176.

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

Color convert

RGB192134130-
CMYK00.300.320.25
HSL3.87º32.98%63.14%-
HSV(B)3.87º32.29%75.29%-
XYZ34.2929.8725.08-
YUV150.89116.22157.33-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 42.11%
GREEN value IS 134 (52.73% from 255) = 29.39%
BLUE value IS 130 (51.17% from 255) = 28.51%
R=42.11%
G=29.39%
B=28.51%

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
Decimal19213413000.300.320.253.8732.9863.14
HexC0868201E20194213f
Octal300206202036403144177
Binary11000000100001101000001001111010000011001100100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C08682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C08682; }

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

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

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

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

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

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

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

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