Html Css Color HEX #C7829C Puce

📋 copy color: '#C7829C'

red 199 ◦ green 130 ◦ blue 156

#C7829C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Puce #C7829C

Tints of Puce #C7829C

RGB

 RED value IS 199 (78.13% from 255) = 41.03%

 GREEN value IS 130 (51.17% from 255) = 26.8%

 BLUE value IS 156 (61.33% from 255) = 32.16%

R = 41.03%
G = 26.8%
B = 32.16%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.22

 K value IS 0.22

RGB Variations

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

Color information

#C7829C (or 0xC7829C) is known color: Puce. HEX triplet: C7, 82 and 9C. RGB value is (199,130,156). Sum of RGB (Red+Green+Blue) = 199+130+156=485 (64% of max value = 765). Red value is 199 (78.12% from 255 or 41.03% from 485); Green value is 130 (51.17% from 255 or 26.80% from 485); Blue value is 156 (61.33% from 255 or 32.16% from 485); Max value from RGB is 199 - color contains mainly: red. Hex color #C7829C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7829C is #387D63. Grayscale: #999999. Windows color (decimal): -3702116 or 10257095. OLE color: 10257095.

HSL color Cylindrical-coordinate representation of color #C7829C: hue angle of 337.39º 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 #C7829C is Cyan = 0, Magento = 0.35, Yellow = 0.22 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 130 156 -
CMYK 0 0.35 0.22 0.22
HSL 337.39º 0.38% 0.65% -
HSV(B) 337.39º 0.35% 0.78% -
XYZ 37.54 30.51 35.36 -
YUV 153.6 129.36 160.39 -
System Red Green Blue C M Y K H S L
Decimal 199 130 156 0 0.35 0.22 0.22 337.39 0.38 0.65
Hex C7 82 9C 0 23 16 16 151 26 41
Octal 307 202 234 0 43 26 26 521 46 101
Binary 11000111 10000010 10011100 0 100011 10110 10110 101010001 100110 1000001

Color Harmonies of #C7829C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7829C

Black with #C7829C

Text Example


Text Example

White with #C7829C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7829C; }

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

 H1.HeaderClassName
 {
   color: #C7829C;
 }
 .AnyTagClassName
 {
   color: #C7829C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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