#C58383

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

Shades of Oriental Pink #C58383

Tints of Oriental Pink #C58383

Color information

#C58383 (or 0xC58383) is unknown color: approx Oriental Pink. HEX triplet: C5, 83 and 83. RGB value is (197,131,131). Sum of RGB (Red+Green+Blue) = 197+131+131=459 (60% of max value = 765). Red value is 197 (77.34% from 255 or 42.92% from 459); Green value is 131 (51.56% from 255 or 28.54% from 459); Blue value is 131 (51.56% from 255 or 28.54% from 459); Max value from RGB is 197 - color contains mainly: red. Hex color #C58383 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C58383 is #3A7C7C. Grayscale: #969696. Windows color (decimal): -3832957 or 8618949. OLE color: 8618949.

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

Color convert

RGB197131131-
CMYK00.340.340.23
HSL36.26%64.31%-
HSV(B)33.5%77.25%-
XYZ35.2429.7425.36-
YUV150.73116.87161-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 42.92%
GREEN value IS 131 (51.56% from 255) = 28.54%
BLUE value IS 131 (51.56% from 255) = 28.54%
R=42.92%
G=28.54%
B=28.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.34
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19713113100.340.340.23036.2664.31
HexC58383022221702440
Octal3052032030424227044100
Binary11000101100000111000001101000101000101011101001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C58383

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C58383; }

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

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

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

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

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

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

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

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