Html Css Color HEX #C6858A Puce

📋 copy color: '#C6858A'

red 198 ◦ green 133 ◦ blue 138

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

Shades of Puce #C6858A

Tints of Puce #C6858A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 29.42%

R = 42.22%
G = 28.36%
B = 29.42%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.30

 K value IS 0.22

RGB Variations

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

Color information

#C6858A (or 0xC6858A) is known color: Puce. HEX triplet: C6, 85 and 8A. RGB value is (198,133,138). Sum of RGB (Red+Green+Blue) = 198+133+138=469 (62% of max value = 765). Red value is 198 (77.73% from 255 or 42.22% from 469); Green value is 133 (52.34% from 255 or 28.36% from 469); Blue value is 138 (54.30% from 255 or 29.42% from 469); Max value from RGB is 198 - color contains mainly: red. Hex color #C6858A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C6858A is #397A75. Grayscale: #999999. Windows color (decimal): -3766902 or 9078214. OLE color: 9078214.

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

Color convert

RGB 198 133 138 -
CMYK 0 0.33 0.30 0.22
HSL 355.38º 0.36% 0.65% -
HSV(B) 355.38º 0.33% 0.78% -
XYZ 36.26 30.62 28.04 -
YUV 153.01 119.53 160.09 -
System Red Green Blue C M Y K H S L
Decimal 198 133 138 0 0.33 0.30 0.22 355.38 0.36 0.65
Hex C6 85 8A 0 21 1E 16 163 24 41
Octal 306 205 212 0 41 36 26 543 44 101
Binary 11000110 10000101 10001010 0 100001 11110 10110 101100011 100100 1000001

Color Harmonies of #C6858A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6858A

Black with #C6858A

Text Example


Text Example

White with #C6858A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6858A; }

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

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

background-color css

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

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

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

border-color css

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

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

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