#C08583

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

Shades of Oriental Pink #C08583

Tints of Oriental Pink #C08583

Color information

#C08583 (or 0xC08583) is unknown color: approx Oriental Pink. HEX triplet: C0, 85 and 83. RGB value is (192,133,131). Sum of RGB (Red+Green+Blue) = 192+133+131=456 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.11% from 456); Green value is 133 (52.34% from 255 or 29.17% from 456); Blue value is 131 (51.56% from 255 or 28.73% from 456); Max value from RGB is 192 - color contains mainly: red. Hex color #C08583 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C08583 is #3F7A7C. Grayscale: #969696. Windows color (decimal): -4160125 or 8619456. OLE color: 8619456.

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

Color convert

RGB192133131-
CMYK00.310.320.25
HSL1.97º32.62%63.33%-
HSV(B)1.97º31.77%75.29%-
XYZ34.2229.6225.39-
YUV150.41117.05157.66-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 42.11%
GREEN value IS 133 (52.34% from 255) = 29.17%
BLUE value IS 131 (51.56% from 255) = 28.73%
R=42.11%
G=29.17%
B=28.73%

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
Decimal19213313100.310.320.251.9732.6263.33
HexC0858301F20192213f
Octal300205203037403124177
Binary1100000010000101100000110111111000001100110100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C08583

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C08583; }

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

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

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

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

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

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

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

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