Html Css Color HEX #C6838A Puce

📋 copy color: '#C6838A'

red 198 ◦ green 131 ◦ blue 138

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

Shades of Puce #C6838A

Tints of Puce #C6838A

RGB

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

 GREEN value IS 131 (51.56% from 255) = 28.05%

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

R = 42.4%
G = 28.05%
B = 29.55%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.30

 K value IS 0.22

RGB Variations

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

Color information

#C6838A (or 0xC6838A) is known color: Puce. HEX triplet: C6, 83 and 8A. RGB value is (198,131,138). Sum of RGB (Red+Green+Blue) = 198+131+138=467 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.40% from 467); Green value is 131 (51.56% from 255 or 28.05% from 467); Blue value is 138 (54.30% from 255 or 29.55% from 467); Max value from RGB is 198 - color contains mainly: red. Hex color #C6838A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C6838A is #397C75. Grayscale: #979797. Windows color (decimal): -3767414 or 9077702. OLE color: 9077702.

HSL color Cylindrical-coordinate representation of color #C6838A: hue angle of 353.73º degrees, saturation: 0.37, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C6838A is Cyan = 0, Magento = 0.34, Yellow = 0.30 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 131 138 -
CMYK 0 0.34 0.30 0.22
HSL 353.73º 0.37% 0.65% -
HSV(B) 353.73º 0.34% 0.78% -
XYZ 35.99 30.07 27.95 -
YUV 151.83 120.2 160.93 -
System Red Green Blue C M Y K H S L
Decimal 198 131 138 0 0.34 0.30 0.22 353.73 0.37 0.65
Hex C6 83 8A 0 22 1E 16 162 25 41
Octal 306 203 212 0 42 36 26 542 45 101
Binary 11000110 10000011 10001010 0 100010 11110 10110 101100010 100101 1000001

Color Harmonies of #C6838A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6838A

Black with #C6838A

Text Example


Text Example

White with #C6838A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6838A; }

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

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

background-color css

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

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

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

border-color css

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

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

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