Html Css Color HEX #C6849E Puce

📋 copy color: '#C6849E'

red 198 ◦ green 132 ◦ blue 158

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

Shades of Puce #C6849E

Tints of Puce #C6849E

RGB

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

 GREEN value IS 132 (51.95% from 255) = 27.05%

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

R = 40.57%
G = 27.05%
B = 32.38%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.20

 K value IS 0.22

RGB Variations

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

Color information

#C6849E (or 0xC6849E) is known color: Puce. HEX triplet: C6, 84 and 9E. RGB value is (198,132,158). Sum of RGB (Red+Green+Blue) = 198+132+158=488 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.57% from 488); Green value is 132 (51.95% from 255 or 27.05% from 488); Blue value is 158 (62.11% from 255 or 32.38% from 488); Max value from RGB is 198 - color contains mainly: red. Hex color #C6849E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C6849E is #397B61. Grayscale: #9A9A9A. Windows color (decimal): -3767138 or 10388678. OLE color: 10388678.

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

Color convert

RGB 198 132 158 -
CMYK 0 0.33 0.20 0.22
HSL 336.36º 0.37% 0.65% -
HSV(B) 336.36º 0.33% 0.78% -
XYZ 37.71 30.98 36.34 -
YUV 154.7 129.87 158.89 -
System Red Green Blue C M Y K H S L
Decimal 198 132 158 0 0.33 0.20 0.22 336.36 0.37 0.65
Hex C6 84 9E 0 21 14 16 150 25 41
Octal 306 204 236 0 41 24 26 520 45 101
Binary 11000110 10000100 10011110 0 100001 10100 10110 101010000 100101 1000001

Color Harmonies of #C6849E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6849E

Black with #C6849E

Text Example


Text Example

White with #C6849E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6849E; }

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

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

background-color css

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

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

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

border-color css

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

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

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