#C58784

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

Shades of Oriental Pink #C58784

Tints of Oriental Pink #C58784

Color information

#C58784 (or 0xC58784) is unknown color: approx Oriental Pink. HEX triplet: C5, 87 and 84. RGB value is (197,135,132). Sum of RGB (Red+Green+Blue) = 197+135+132=464 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.46% from 464); Green value is 135 (53.12% from 255 or 29.09% from 464); Blue value is 132 (51.95% from 255 or 28.45% from 464); Max value from RGB is 197 - color contains mainly: red. Hex color #C58784 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C58784 is #3A787B. Grayscale: #999999. Windows color (decimal): -3831932 or 8685509. OLE color: 8685509.

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

Color convert

RGB197135132-
CMYK00.310.330.23
HSL2.77º35.91%64.51%-
HSV(B)2.77º32.99%77.25%-
XYZ35.8530.8625.9-
YUV153.2116.04159.24-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 42.46%
GREEN value IS 135 (53.12% from 255) = 29.09%
BLUE value IS 132 (51.95% from 255) = 28.45%
R=42.46%
G=29.09%
B=28.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.33
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19713513200.310.330.232.7735.9164.51
HexC5878401F211732441
Octal3052072040374127344101
Binary11000101100001111000010001111110000110111111001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C58784

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C58784; }

 p { color: rgb(197,135,132); }

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

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

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

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

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

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

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