#C5828F

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

Shades of Puce #C5828F

Tints of Puce #C5828F

Color information

#C5828F (or 0xC5828F) is unknown color: approx Puce. HEX triplet: C5, 82 and 8F. RGB value is (197,130,143). Sum of RGB (Red+Green+Blue) = 197+130+143=470 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.91% from 470); Green value is 130 (51.17% from 255 or 27.66% from 470); Blue value is 143 (56.25% from 255 or 30.43% from 470); Max value from RGB is 197 - color contains mainly: red. Hex color #C5828F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5828F is #3A7D70. Grayscale: #979797. Windows color (decimal): -3833201 or 9405125. OLE color: 9405125.

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

Color convert

RGB197130143-
CMYK00.340.270.23
HSL348.36º36.61%64.12%-
HSV(B)348.36º34.01%77.25%-
XYZ35.9729.8229.85-
YUV151.51123.2160.44-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 41.91%
GREEN value IS 130 (51.17% from 255) = 27.66%
BLUE value IS 143 (56.25% from 255) = 30.43%
R=41.91%
G=27.66%
B=30.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.27
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19713014300.340.270.23348.3636.6164.12
HexC5828F0221B1715c2540
Octal305202217042332753445100
Binary110001011000001010001111010001011011101111010111001001011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5828F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5828F; }

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

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

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

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

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

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

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

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