Html Css Color HEX #C6858E Puce

📋 copy color: '#C6858E'

red 198 ◦ green 133 ◦ blue 142

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

Shades of Puce #C6858E

Tints of Puce #C6858E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 30.02%

R = 41.86%
G = 28.12%
B = 30.02%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.28

 K value IS 0.22

RGB Variations

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

Color information

#C6858E (or 0xC6858E) is known color: Puce. HEX triplet: C6, 85 and 8E. RGB value is (198,133,142). Sum of RGB (Red+Green+Blue) = 198+133+142=473 (62% of max value = 765). Red value is 198 (77.73% from 255 or 41.86% from 473); Green value is 133 (52.34% from 255 or 28.12% from 473); Blue value is 142 (55.86% from 255 or 30.02% from 473); Max value from RGB is 198 - color contains mainly: red. Hex color #C6858E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C6858E is #397A71. Grayscale: #999999. Windows color (decimal): -3766898 or 9340358. OLE color: 9340358.

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

Color convert

RGB 198 133 142 -
CMYK 0 0.33 0.28 0.22
HSL 351.69º 0.36% 0.65% -
HSV(B) 351.69º 0.33% 0.78% -
XYZ 36.56 30.73 29.6 -
YUV 153.46 121.53 159.77 -
System Red Green Blue C M Y K H S L
Decimal 198 133 142 0 0.33 0.28 0.22 351.69 0.36 0.65
Hex C6 85 8E 0 21 1C 16 160 24 41
Octal 306 205 216 0 41 34 26 540 44 101
Binary 11000110 10000101 10001110 0 100001 11100 10110 101100000 100100 1000001

Color Harmonies of #C6858E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6858E

Black with #C6858E

Text Example


Text Example

White with #C6858E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6858E; }

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

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

background-color css

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

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

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

border-color css

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

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

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