Html Css Color HEX #C6829E Puce

📋 copy color: '#C6829E'

red 198 ◦ green 130 ◦ blue 158

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

Shades of Puce #C6829E

Tints of Puce #C6829E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 32.51%

R = 40.74%
G = 26.75%
B = 32.51%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.20

 K value IS 0.22

RGB Variations

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

Color information

#C6829E (or 0xC6829E) is known color: Puce. HEX triplet: C6, 82 and 9E. RGB value is (198,130,158). Sum of RGB (Red+Green+Blue) = 198+130+158=486 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.74% from 486); Green value is 130 (51.17% from 255 or 26.75% from 486); Blue value is 158 (62.11% from 255 or 32.51% from 486); Max value from RGB is 198 - color contains mainly: red. Hex color #C6829E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C6829E is #397D61. Grayscale: #999999. Windows color (decimal): -3767650 or 10388166. OLE color: 10388166.

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

Color convert

RGB 198 130 158 -
CMYK 0 0.34 0.20 0.22
HSL 335.29º 0.37% 0.64% -
HSV(B) 335.29º 0.34% 0.78% -
XYZ 37.44 30.44 36.25 -
YUV 153.52 130.53 159.72 -
System Red Green Blue C M Y K H S L
Decimal 198 130 158 0 0.34 0.20 0.22 335.29 0.37 0.64
Hex C6 82 9E 0 22 14 16 14F 25 40
Octal 306 202 236 0 42 24 26 517 45 100
Binary 11000110 10000010 10011110 0 100010 10100 10110 101001111 100101 1000000

Color Harmonies of #C6829E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6829E

Black with #C6829E

Text Example


Text Example

White with #C6829E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6829E; }

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

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

background-color css

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

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

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

border-color css

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

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

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