#C5828A

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

Shades of Puce #C5828A

Tints of Puce #C5828A

Color information

#C5828A (or 0xC5828A) is unknown color: approx Puce. HEX triplet: C5, 82 and 8A. RGB value is (197,130,138). Sum of RGB (Red+Green+Blue) = 197+130+138=465 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.37% from 465); Green value is 130 (51.17% from 255 or 27.96% from 465); Blue value is 138 (54.30% from 255 or 29.68% from 465); Max value from RGB is 197 - color contains mainly: red. Hex color #C5828A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5828A is #3A7D75. Grayscale: #969696. Windows color (decimal): -3833206 or 9077445. OLE color: 9077445.

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

Color convert

RGB197130138-
CMYK00.340.300.23
HSL352.84º36.61%64.12%-
HSV(B)352.84º34.01%77.25%-
XYZ35.629.6727.9-
YUV150.94120.7160.85-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 42.37%
GREEN value IS 130 (51.17% from 255) = 27.96%
BLUE value IS 138 (54.30% from 255) = 29.68%
R=42.37%
G=27.96%
B=29.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.30
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19713013800.340.300.23352.8436.6164.12
HexC5828A0221E171612540
Octal305202212042362754145100
Binary110001011000001010001010010001011110101111011000011001011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5828A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5828A; }

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

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

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

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

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

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

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

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