#C58F8B

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

Shades of Oriental Pink #C58F8B

Tints of Oriental Pink #C58F8B

Color information

#C58F8B (or 0xC58F8B) is unknown color: approx Oriental Pink. HEX triplet: C5, 8F and 8B. RGB value is (197,143,139). Sum of RGB (Red+Green+Blue) = 197+143+139=479 (63% of max value = 765). Red value is 197 (77.34% from 255 or 41.13% from 479); Green value is 143 (56.25% from 255 or 29.85% from 479); Blue value is 139 (54.69% from 255 or 29.02% from 479); Max value from RGB is 197 - color contains mainly: red. Hex color #C58F8B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C58F8B is #3A7074. Grayscale: #9E9E9E. Windows color (decimal): -3829877 or 9146309. OLE color: 9146309.

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

Color convert

RGB197143139-
CMYK00.270.290.23
HSL4.14º33.33%65.88%-
HSV(B)4.14º29.44%77.25%-
XYZ37.5133.3828.89-
YUV158.69116.89155.33-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 41.13%
GREEN value IS 143 (56.25% from 255) = 29.85%
BLUE value IS 139 (54.69% from 255) = 29.02%
R=41.13%
G=29.85%
B=29.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.29
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19714313900.270.290.234.1433.3365.88
HexC58F8B01B1D1742142
Octal3052172130333527441102
Binary11000101100011111000101101101111101101111001000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C58F8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C58F8B; }

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

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

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

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

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

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

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

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