#C58482

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

Shades of Oriental Pink #C58482

Tints of Oriental Pink #C58482

Color information

#C58482 (or 0xC58482) is unknown color: approx Oriental Pink. HEX triplet: C5, 84 and 82. RGB value is (197,132,130). Sum of RGB (Red+Green+Blue) = 197+132+130=459 (60% of max value = 765). Red value is 197 (77.34% from 255 or 42.92% from 459); Green value is 132 (51.95% from 255 or 28.76% from 459); Blue value is 130 (51.17% from 255 or 28.32% from 459); Max value from RGB is 197 - color contains mainly: red. Hex color #C58482 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C58482 is #3A7B7D. Grayscale: #979797. Windows color (decimal): -3832702 or 8553669. OLE color: 8553669.

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

Color convert

RGB197132130-
CMYK00.330.340.23
HSL1.79º36.61%64.12%-
HSV(B)1.79º34.01%77.25%-
XYZ35.3129.9825.05-
YUV151.21116.03160.66-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 42.92%
GREEN value IS 132 (51.95% from 255) = 28.76%
BLUE value IS 130 (51.17% from 255) = 28.32%
R=42.92%
G=28.76%
B=28.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.34
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19713213000.330.340.231.7936.6164.12
HexC58482021221722540
Octal3052042020414227245100
Binary110001011000010010000010010000110001010111101001011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C58482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C58482; }

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

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

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

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

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

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

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

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