#C58B83

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

Shades of Oriental Pink #C58B83

Tints of Oriental Pink #C58B83

Color information

#C58B83 (or 0xC58B83) is unknown color: approx Oriental Pink. HEX triplet: C5, 8B and 83. RGB value is (197,139,131). Sum of RGB (Red+Green+Blue) = 197+139+131=467 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.18% from 467); Green value is 139 (54.69% from 255 or 29.76% from 467); Blue value is 131 (51.56% from 255 or 28.05% from 467); Max value from RGB is 197 - color contains mainly: red. Hex color #C58B83 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C58B83 is #3A747C. Grayscale: #9B9B9B. Windows color (decimal): -3830909 or 8620997. OLE color: 8620997.

HSL color Cylindrical-coordinate representation of color #C58B83: hue angle of 7.27º degrees, saturation: 0.36, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C58B83 is Cyan = 0, Magento = 0.29, Yellow = 0.34 and Black (K on CMYK) = 0.23.

Color convert

RGB197139131-
CMYK00.290.340.23
HSL7.27º36.26%64.31%-
HSV(B)7.27º33.5%77.25%-
XYZ36.3631.9725.73-
YUV155.43114.22157.65-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 42.18%
GREEN value IS 139 (54.69% from 255) = 29.76%
BLUE value IS 131 (51.56% from 255) = 28.05%
R=42.18%
G=29.76%
B=28.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.34
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19713913100.290.340.237.2736.2664.31
HexC58B8301D221772440
Octal3052132030354227744100
Binary110001011000101110000011011101100010101111111001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C58B83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C58B83; }

 p { color: rgb(197,139,131); }

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

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

 a { background-color: rgb(197,139,131); }

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

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

 span { border-color: rgb(197,139,131); }

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