#C4828B

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

Shades of Puce #C4828B

Tints of Puce #C4828B

Color information

#C4828B (or 0xC4828B) is unknown color: approx Puce. HEX triplet: C4, 82 and 8B. RGB value is (196,130,139). Sum of RGB (Red+Green+Blue) = 196+130+139=465 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.15% from 465); Green value is 130 (51.17% from 255 or 27.96% from 465); Blue value is 139 (54.69% from 255 or 29.89% from 465); Max value from RGB is 196 - color contains mainly: red. Hex color #C4828B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4828B is #3B7D74. Grayscale: #969696. Windows color (decimal): -3898741 or 9142980. OLE color: 9142980.

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

Color convert

RGB196130139-
CMYK00.340.290.23
HSL351.82º35.87%63.92%-
HSV(B)351.82º33.67%76.86%-
XYZ35.4129.5728.27-
YUV150.76121.37160.27-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 42.15%
GREEN value IS 130 (51.17% from 255) = 27.96%
BLUE value IS 139 (54.69% from 255) = 29.89%
R=42.15%
G=27.96%
B=29.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.29
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19613013900.340.290.23351.8235.8763.92
HexC4828B0221D171602440
Octal304202213042352754044100
Binary110001001000001010001011010001011101101111011000001001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4828B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4828B; }

 p { color: rgb(196,130,139); }

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

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

 a { background-color: rgb(196,130,139); }

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

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

 span { border-color: rgb(196,130,139); }

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