Html Css Color HEX #C6809D Puce

📋 copy color: '#C6809D'

red 198 ◦ green 128 ◦ blue 157

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

Shades of Puce #C6809D

Tints of Puce #C6809D

RGB

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

 GREEN value IS 128 (50.39% from 255) = 26.5%

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

R = 40.99%
G = 26.5%
B = 32.51%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.21

 K value IS 0.22

RGB Variations

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

Color information

#C6809D (or 0xC6809D) is known color: Puce. HEX triplet: C6, 80 and 9D. RGB value is (198,128,157). Sum of RGB (Red+Green+Blue) = 198+128+157=483 (63% of max value = 765). Red value is 198 (77.73% from 255 or 40.99% from 483); Green value is 128 (50.39% from 255 or 26.50% from 483); Blue value is 157 (61.72% from 255 or 32.51% from 483); Max value from RGB is 198 - color contains mainly: red. Hex color #C6809D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C6809D is #397F62. Grayscale: #989898. Windows color (decimal): -3768163 or 10322118. OLE color: 10322118.

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

Color convert

RGB 198 128 157 -
CMYK 0 0.35 0.21 0.22
HSL 335.14º 0.38% 0.64% -
HSV(B) 335.14º 0.35% 0.78% -
XYZ 37.09 29.88 35.71 -
YUV 152.24 130.69 160.64 -
System Red Green Blue C M Y K H S L
Decimal 198 128 157 0 0.35 0.21 0.22 335.14 0.38 0.64
Hex C6 80 9D 0 23 15 16 14F 26 40
Octal 306 200 235 0 43 25 26 517 46 100
Binary 11000110 10000000 10011101 0 100011 10101 10110 101001111 100110 1000000

Color Harmonies of #C6809D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6809D

Black with #C6809D

Text Example


Text Example

White with #C6809D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6809D; }

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

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

background-color css

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

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

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

border-color css

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

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

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