Html Css Color HEX #C6829D Puce

📋 copy color: '#C6829D'

red 198 ◦ green 130 ◦ blue 157

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

Shades of Puce #C6829D

Tints of Puce #C6829D

RGB

 RED value IS 198 (77.73% from 255) = 40.82%

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

 BLUE value IS 157 (61.72% from 255) = 32.37%

R = 40.82%
G = 26.8%
B = 32.37%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.21

 K value IS 0.22

RGB Variations

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

Color information

#C6829D (or 0xC6829D) is known color: Puce. HEX triplet: C6, 82 and 9D. RGB value is (198,130,157). Sum of RGB (Red+Green+Blue) = 198+130+157=485 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.82% from 485); Green value is 130 (51.17% from 255 or 26.80% from 485); Blue value is 157 (61.72% from 255 or 32.37% from 485); Max value from RGB is 198 - color contains mainly: red. Hex color #C6829D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C6829D is #397D62. Grayscale: #999999. Windows color (decimal): -3767651 or 10322630. OLE color: 10322630.

HSL color Cylindrical-coordinate representation of color #C6829D: hue angle of 336.18º degrees, saturation: 0.37, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C6829D is Cyan = 0, Magento = 0.34, Yellow = 0.21 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 130 157 -
CMYK 0 0.34 0.21 0.22
HSL 336.18º 0.37% 0.64% -
HSV(B) 336.18º 0.34% 0.78% -
XYZ 37.36 30.41 35.8 -
YUV 153.41 130.03 159.8 -
System Red Green Blue C M Y K H S L
Decimal 198 130 157 0 0.34 0.21 0.22 336.18 0.37 0.64
Hex C6 82 9D 0 22 15 16 150 25 40
Octal 306 202 235 0 42 25 26 520 45 100
Binary 11000110 10000010 10011101 0 100010 10101 10110 101010000 100101 1000000

Color Harmonies of #C6829D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6829D

Black with #C6829D

Text Example


Text Example

White with #C6829D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6829D; }

 p { color: rgb(198,130,157); }

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

background-color css

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

 a { background-color: rgb(198,130,157); }

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

border-color css

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

 span { border-color: rgb(198,130,157); }

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