Html Css Color HEX #C6859B Puce

📋 copy color: '#C6859B'

red 198 ◦ green 133 ◦ blue 155

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

Shades of Puce #C6859B

Tints of Puce #C6859B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 31.89%

R = 40.74%
G = 27.37%
B = 31.89%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.22

 K value IS 0.22

RGB Variations

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

Color information

#C6859B (or 0xC6859B) is known color: Puce. HEX triplet: C6, 85 and 9B. RGB value is (198,133,155). Sum of RGB (Red+Green+Blue) = 198+133+155=486 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.74% from 486); Green value is 133 (52.34% from 255 or 27.37% from 486); Blue value is 155 (60.94% from 255 or 31.89% from 486); Max value from RGB is 198 - color contains mainly: red. Hex color #C6859B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C6859B is #397A64. Grayscale: #9A9A9A. Windows color (decimal): -3766885 or 10192326. OLE color: 10192326.

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

Color convert

RGB 198 133 155 -
CMYK 0 0.33 0.22 0.22
HSL 339.69º 0.36% 0.65% -
HSV(B) 339.69º 0.33% 0.78% -
XYZ 37.59 31.15 35.04 -
YUV 154.94 128.03 158.71 -
System Red Green Blue C M Y K H S L
Decimal 198 133 155 0 0.33 0.22 0.22 339.69 0.36 0.65
Hex C6 85 9B 0 21 16 16 154 24 41
Octal 306 205 233 0 41 26 26 524 44 101
Binary 11000110 10000101 10011011 0 100001 10110 10110 101010100 100100 1000001

Color Harmonies of #C6859B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6859B

Black with #C6859B

Text Example


Text Example

White with #C6859B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6859B; }

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

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

background-color css

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

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

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

border-color css

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

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

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