#C58B80

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

Shades of Oriental Pink #C58B80

Tints of Oriental Pink #C58B80

Color information

#C58B80 (or 0xC58B80) is unknown color: approx Oriental Pink. HEX triplet: C5, 8B and 80. RGB value is (197,139,128). Sum of RGB (Red+Green+Blue) = 197+139+128=464 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.46% from 464); Green value is 139 (54.69% from 255 or 29.96% from 464); Blue value is 128 (50.39% from 255 or 27.59% from 464); Max value from RGB is 197 - color contains mainly: red. Hex color #C58B80 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C58B80 is #3A747F. Grayscale: #9B9B9B. Windows color (decimal): -3830912 or 8424389. OLE color: 8424389.

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

Color convert

RGB197139128-
CMYK00.290.350.23
HSL9.57º37.3%63.73%-
HSV(B)9.57º35.03%77.25%-
XYZ36.1531.8924.67-
YUV155.09112.72157.89-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 42.46%
GREEN value IS 139 (54.69% from 255) = 29.96%
BLUE value IS 128 (50.39% from 255) = 27.59%
R=42.46%
G=29.96%
B=27.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.35
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19713912800.290.350.239.5737.363.73
HexC58B8001D2317a2540
Octal30521320003543271245100
Binary1100010110001011100000000111011000111011110101001011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C58B80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C58B80; }

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

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

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

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

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

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

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

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