Html Css Color HEX #C6839A Puce

📋 copy color: '#C6839A'

red 198 ◦ green 131 ◦ blue 154

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

Shades of Puce #C6839A

Tints of Puce #C6839A

RGB

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

 GREEN value IS 131 (51.56% from 255) = 27.12%

 BLUE value IS 154 (60.55% from 255) = 31.88%

R = 40.99%
G = 27.12%
B = 31.88%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.22

 K value IS 0.22

RGB Variations

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

Color information

#C6839A (or 0xC6839A) is known color: Puce. HEX triplet: C6, 83 and 9A. RGB value is (198,131,154). Sum of RGB (Red+Green+Blue) = 198+131+154=483 (63% of max value = 765). Red value is 198 (77.73% from 255 or 40.99% from 483); Green value is 131 (51.56% from 255 or 27.12% from 483); Blue value is 154 (60.55% from 255 or 31.88% from 483); Max value from RGB is 198 - color contains mainly: red. Hex color #C6839A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C6839A is #397C65. Grayscale: #999999. Windows color (decimal): -3767398 or 10126278. OLE color: 10126278.

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

Color convert

RGB 198 131 154 -
CMYK 0 0.34 0.22 0.22
HSL 339.4º 0.37% 0.65% -
HSV(B) 339.4º 0.34% 0.78% -
XYZ 37.24 30.57 34.51 -
YUV 153.66 128.2 159.63 -
System Red Green Blue C M Y K H S L
Decimal 198 131 154 0 0.34 0.22 0.22 339.4 0.37 0.65
Hex C6 83 9A 0 22 16 16 153 25 41
Octal 306 203 232 0 42 26 26 523 45 101
Binary 11000110 10000011 10011010 0 100010 10110 10110 101010011 100101 1000001

Color Harmonies of #C6839A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6839A

Black with #C6839A

Text Example


Text Example

White with #C6839A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6839A; }

 p { color: rgb(198,131,154); }

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

background-color css

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

 a { background-color: rgb(198,131,154); }

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

border-color css

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

 span { border-color: rgb(198,131,154); }

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