#C58583

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

Shades of Oriental Pink #C58583

Tints of Oriental Pink #C58583

Color information

#C58583 (or 0xC58583) is unknown color: approx Oriental Pink. HEX triplet: C5, 85 and 83. RGB value is (197,133,131). Sum of RGB (Red+Green+Blue) = 197+133+131=461 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.73% from 461); Green value is 133 (52.34% from 255 or 28.85% from 461); Blue value is 131 (51.56% from 255 or 28.42% from 461); Max value from RGB is 197 - color contains mainly: red. Hex color #C58583 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C58583 is #3A7A7C. Grayscale: #979797. Windows color (decimal): -3832445 or 8619461. OLE color: 8619461.

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

Color convert

RGB197133131-
CMYK00.320.340.23
HSL1.82º36.26%64.31%-
HSV(B)1.82º33.5%77.25%-
XYZ35.5130.2825.45-
YUV151.91116.2160.16-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 42.73%
GREEN value IS 133 (52.34% from 255) = 28.85%
BLUE value IS 131 (51.56% from 255) = 28.42%
R=42.73%
G=28.85%
B=28.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.34
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19713313100.320.340.231.8236.2664.31
HexC58583020221722440
Octal3052052030404227244100
Binary110001011000010110000011010000010001010111101001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C58583

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C58583; }

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

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

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

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

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

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

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

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