Html Css Color HEX #C7829F Puce

📋 copy color: '#C7829F'

red 199 ◦ green 130 ◦ blue 159

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

Shades of Puce #C7829F

Tints of Puce #C7829F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 32.58%

R = 40.78%
G = 26.64%
B = 32.58%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.20

 K value IS 0.22

RGB Variations

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

Color information

#C7829F (or 0xC7829F) is known color: Puce. HEX triplet: C7, 82 and 9F. RGB value is (199,130,159). Sum of RGB (Red+Green+Blue) = 199+130+159=488 (64% of max value = 765). Red value is 199 (78.12% from 255 or 40.78% from 488); Green value is 130 (51.17% from 255 or 26.64% from 488); Blue value is 159 (62.5% from 255 or 32.58% from 488); Max value from RGB is 199 - color contains mainly: red. Hex color #C7829F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7829F is #387D60. Grayscale: #999999. Windows color (decimal): -3702113 or 10453703. OLE color: 10453703.

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

Color convert

RGB 199 130 159 -
CMYK 0 0.35 0.20 0.22
HSL 334.78º 0.38% 0.65% -
HSV(B) 334.78º 0.35% 0.78% -
XYZ 37.79 30.61 36.72 -
YUV 153.94 130.86 160.14 -
System Red Green Blue C M Y K H S L
Decimal 199 130 159 0 0.35 0.20 0.22 334.78 0.38 0.65
Hex C7 82 9F 0 23 14 16 14F 26 41
Octal 307 202 237 0 43 24 26 517 46 101
Binary 11000111 10000010 10011111 0 100011 10100 10110 101001111 100110 1000001

Color Harmonies of #C7829F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7829F

Black with #C7829F

Text Example


Text Example

White with #C7829F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7829F; }

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

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

background-color css

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

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

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

border-color css

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

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

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