Html Css Color HEX #C6858D Puce

📋 copy color: '#C6858D'

red 198 ◦ green 133 ◦ blue 141

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

Shades of Puce #C6858D

Tints of Puce #C6858D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 29.87%

R = 41.95%
G = 28.18%
B = 29.87%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.29

 K value IS 0.22

RGB Variations

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

Color information

#C6858D (or 0xC6858D) is known color: Puce. HEX triplet: C6, 85 and 8D. RGB value is (198,133,141). Sum of RGB (Red+Green+Blue) = 198+133+141=472 (62% of max value = 765). Red value is 198 (77.73% from 255 or 41.95% from 472); Green value is 133 (52.34% from 255 or 28.18% from 472); Blue value is 141 (55.47% from 255 or 29.87% from 472); Max value from RGB is 198 - color contains mainly: red. Hex color #C6858D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C6858D is #397A72. Grayscale: #999999. Windows color (decimal): -3766899 or 9274822. OLE color: 9274822.

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

Color convert

RGB 198 133 141 -
CMYK 0 0.33 0.29 0.22
HSL 352.62º 0.36% 0.65% -
HSV(B) 352.62º 0.33% 0.78% -
XYZ 36.48 30.7 29.2 -
YUV 153.35 121.03 159.85 -
System Red Green Blue C M Y K H S L
Decimal 198 133 141 0 0.33 0.29 0.22 352.62 0.36 0.65
Hex C6 85 8D 0 21 1D 16 161 24 41
Octal 306 205 215 0 41 35 26 541 44 101
Binary 11000110 10000101 10001101 0 100001 11101 10110 101100001 100100 1000001

Color Harmonies of #C6858D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6858D

Black with #C6858D

Text Example


Text Example

White with #C6858D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6858D; }

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

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

background-color css

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

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

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

border-color css

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

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

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