Html Css Color HEX #C6859D Puce

📋 copy color: '#C6859D'

red 198 ◦ green 133 ◦ blue 157

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

Shades of Puce #C6859D

Tints of Puce #C6859D

RGB

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

 GREEN value IS 133 (52.34% from 255) = 27.25%

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

R = 40.57%
G = 27.25%
B = 32.17%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.21

 K value IS 0.22

RGB Variations

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

Color information

#C6859D (or 0xC6859D) is known color: Puce. HEX triplet: C6, 85 and 9D. RGB value is (198,133,157). Sum of RGB (Red+Green+Blue) = 198+133+157=488 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.57% from 488); Green value is 133 (52.34% from 255 or 27.25% from 488); Blue value is 157 (61.72% from 255 or 32.17% from 488); Max value from RGB is 198 - color contains mainly: red. Hex color #C6859D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C6859D is #397A62. Grayscale: #9B9B9B. Windows color (decimal): -3766883 or 10323398. OLE color: 10323398.

HSL color Cylindrical-coordinate representation of color #C6859D: hue angle of 337.85º degrees, saturation: 0.36, 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 #C6859D is Cyan = 0, Magento = 0.33, Yellow = 0.21 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 133 157 -
CMYK 0 0.33 0.21 0.22
HSL 337.85º 0.36% 0.65% -
HSV(B) 337.85º 0.33% 0.78% -
XYZ 37.76 31.22 35.93 -
YUV 155.17 129.03 158.55 -
System Red Green Blue C M Y K H S L
Decimal 198 133 157 0 0.33 0.21 0.22 337.85 0.36 0.65
Hex C6 85 9D 0 21 15 16 152 24 41
Octal 306 205 235 0 41 25 26 522 44 101
Binary 11000110 10000101 10011101 0 100001 10101 10110 101010010 100100 1000001

Color Harmonies of #C6859D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6859D

Black with #C6859D

Text Example


Text Example

White with #C6859D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6859D; }

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

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

background-color css

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

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

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

border-color css

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

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

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