#C08582

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

Shades of Oriental Pink #C08582

Tints of Oriental Pink #C08582

Color information

#C08582 (or 0xC08582) is unknown color: approx Oriental Pink. HEX triplet: C0, 85 and 82. RGB value is (192,133,130). Sum of RGB (Red+Green+Blue) = 192+133+130=455 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.20% from 455); Green value is 133 (52.34% from 255 or 29.23% from 455); Blue value is 130 (51.17% from 255 or 28.57% from 455); Max value from RGB is 192 - color contains mainly: red. Hex color #C08582 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C08582 is #3F7A7D. Grayscale: #969696. Windows color (decimal): -4160126 or 8553920. OLE color: 8553920.

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

Color convert

RGB192133130-
CMYK00.310.320.25
HSL2.9º32.98%63.14%-
HSV(B)2.9º32.29%75.29%-
XYZ34.1629.5925.03-
YUV150.3116.55157.74-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 42.20%
GREEN value IS 133 (52.34% from 255) = 29.23%
BLUE value IS 130 (51.17% from 255) = 28.57%
R=42.20%
G=29.23%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.32
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19213313000.310.320.252.932.9863.14
HexC0858201F20193213f
Octal300205202037403134177
Binary1100000010000101100000100111111000001100111100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C08582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C08582; }

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

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

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

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

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

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

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

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