#C58F8A

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

Shades of Oriental Pink #C58F8A

Tints of Oriental Pink #C58F8A

Color information

#C58F8A (or 0xC58F8A) is unknown color: approx Oriental Pink. HEX triplet: C5, 8F and 8A. RGB value is (197,143,138). Sum of RGB (Red+Green+Blue) = 197+143+138=478 (63% of max value = 765). Red value is 197 (77.34% from 255 or 41.21% from 478); Green value is 143 (56.25% from 255 or 29.92% from 478); Blue value is 138 (54.30% from 255 or 28.87% from 478); Max value from RGB is 197 - color contains mainly: red. Hex color #C58F8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C58F8A is #3A7075. Grayscale: #9E9E9E. Windows color (decimal): -3829878 or 9080773. OLE color: 9080773.

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

Color convert

RGB197143138-
CMYK00.270.300.23
HSL5.08º33.71%65.69%-
HSV(B)5.08º29.95%77.25%-
XYZ37.4433.3528.51-
YUV158.58116.39155.41-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 41.21%
GREEN value IS 143 (56.25% from 255) = 29.92%
BLUE value IS 138 (54.30% from 255) = 28.87%
R=41.21%
G=29.92%
B=28.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.30
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19714313800.270.300.235.0833.7165.69
HexC58F8A01B1E1752242
Octal3052172120333627542102
Binary11000101100011111000101001101111110101111011000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C58F8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C58F8A; }

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

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

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

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

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

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

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

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