#C7829B

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

Shades of Puce #C7829B

Tints of Puce #C7829B

Color information

#C7829B (or 0xC7829B) is unknown color: approx Puce. HEX triplet: C7, 82 and 9B. RGB value is (199,130,155). Sum of RGB (Red+Green+Blue) = 199+130+155=484 (64% of max value = 765). Red value is 199 (78.12% from 255 or 41.12% from 484); Green value is 130 (51.17% from 255 or 26.86% from 484); Blue value is 155 (60.94% from 255 or 32.02% from 484); Max value from RGB is 199 - color contains mainly: red. Hex color #C7829B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7829B is #387D64. Grayscale: #999999. Windows color (decimal): -3702117 or 10191559. OLE color: 10191559.

HSL color Cylindrical-coordinate representation of color #C7829B: hue angle of 338.26º degrees, saturation: 0.38, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C7829B is Cyan = 0, Magento = 0.35, Yellow = 0.22 and Black (K on CMYK) = 0.22.

Color convert

RGB199130155-
CMYK00.350.220.22
HSL338.26º38.12%64.51%-
HSV(B)338.26º34.67%78.04%-
XYZ37.4530.4734.92-
YUV153.48128.86160.47-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 41.12%
GREEN value IS 130 (51.17% from 255) = 26.86%
BLUE value IS 155 (60.94% from 255) = 32.02%
R=41.12%
G=26.86%
B=32.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.22
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19913015500.350.220.22338.2638.1264.51
HexC7829B02316161522641
Octal307202233043262652246101
Binary110001111000001010011011010001110110101101010100101001101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7829B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7829B; }

 p { color: rgb(199,130,155); }

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

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

 a { background-color: rgb(199,130,155); }

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

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

 span { border-color: rgb(199,130,155); }

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