#C58B7D

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

Shades of Oriental Pink #C58B7D

Tints of Oriental Pink #C58B7D

Color information

#C58B7D (or 0xC58B7D) is unknown color: approx Oriental Pink. HEX triplet: C5, 8B and 7D. RGB value is (197,139,125). Sum of RGB (Red+Green+Blue) = 197+139+125=461 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.73% from 461); Green value is 139 (54.69% from 255 or 30.15% from 461); Blue value is 125 (49.22% from 255 or 27.11% from 461); Max value from RGB is 197 - color contains mainly: red. Hex color #C58B7D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C58B7D is #3A7482. Grayscale: #9A9A9A. Windows color (decimal): -3830915 or 8227781. OLE color: 8227781.

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

Color convert

RGB197139125-
CMYK00.290.370.23
HSL11.67º38.3%63.14%-
HSV(B)11.67º36.55%77.25%-
XYZ35.9631.8223.65-
YUV154.75111.22158.14-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 42.73%
GREEN value IS 139 (54.69% from 255) = 30.15%
BLUE value IS 125 (49.22% from 255) = 27.11%
R=42.73%
G=30.15%
B=27.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.37
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19713912500.290.370.2311.6738.363.14
HexC58B7D01D2517c263f
Octal3052131750354527144677
Binary11000101100010111111101011101100101101111100100110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C58B7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C58B7D; }

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

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

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

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

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

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

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

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