#C08983

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

Shades of Oriental Pink #C08983

Tints of Oriental Pink #C08983

Color information

#C08983 (or 0xC08983) is unknown color: approx Oriental Pink. HEX triplet: C0, 89 and 83. RGB value is (192,137,131). Sum of RGB (Red+Green+Blue) = 192+137+131=460 (60% of max value = 765). Red value is 192 (75.39% from 255 or 41.74% from 460); Green value is 137 (53.91% from 255 or 29.78% from 460); Blue value is 131 (51.56% from 255 or 28.48% from 460); Max value from RGB is 192 - color contains mainly: red. Hex color #C08983 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C08983 is #3F767C. Grayscale: #989898. Windows color (decimal): -4159101 or 8620480. OLE color: 8620480.

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

Color convert

RGB192137131-
CMYK00.290.320.25
HSL5.9º32.62%63.33%-
HSV(B)5.9º31.77%75.29%-
XYZ34.7830.7425.57-
YUV152.76115.72155.99-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 41.74%
GREEN value IS 137 (53.91% from 255) = 29.78%
BLUE value IS 131 (51.56% from 255) = 28.48%
R=41.74%
G=29.78%
B=28.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.32
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19213713100.290.320.255.932.6263.33
HexC0898301D20196213f
Octal300211203035403164177
Binary11000000100010011000001101110110000011001110100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C08983

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C08983; }

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

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

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

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

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

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

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

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