#C58B8B

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

Shades of Oriental Pink #C58B8B

Tints of Oriental Pink #C58B8B

Color information

#C58B8B (or 0xC58B8B) is unknown color: approx Oriental Pink. HEX triplet: C5, 8B and 8B. RGB value is (197,139,139). Sum of RGB (Red+Green+Blue) = 197+139+139=475 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.47% from 475); Green value is 139 (54.69% from 255 or 29.26% from 475); Blue value is 139 (54.69% from 255 or 29.26% from 475); Max value from RGB is 197 - color contains mainly: red. Hex color #C58B8B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C58B8B is #3A7474. Grayscale: #9C9C9C. Windows color (decimal): -3830901 or 9145285. OLE color: 9145285.

HSL color Cylindrical-coordinate representation of color #C58B8B: hue angle of 0º 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 #C58B8B is Cyan = 0, Magento = 0.29, Yellow = 0.29 and Black (K on CMYK) = 0.23.

Color convert

RGB197139139-
CMYK00.290.290.23
HSL33.33%65.88%-
HSV(B)29.44%77.25%-
XYZ36.9232.228.7-
YUV156.34118.22157-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 41.47%
GREEN value IS 139 (54.69% from 255) = 29.26%
BLUE value IS 139 (54.69% from 255) = 29.26%
R=41.47%
G=29.26%
B=29.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.29
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19713913900.290.290.23033.3365.88
HexC58B8B01D1D1702142
Octal3052132130353527041102
Binary110001011000101110001011011101111011011101000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C58B8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C58B8B; }

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

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

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

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

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

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

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

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