#C6838A

Color #C6838A Puce (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Puce #C6838A

Tints of Puce #C6838A

Color information

#C6838A (or 0xC6838A) is unknown color: approx 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

RGB198131138-
CMYK00.340.300.22
HSL353.73º37.02%64.51%-
HSV(B)353.73º33.84%77.65%-
XYZ35.9930.0727.95-
YUV151.83120.2160.93-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 42.40%
GREEN value IS 131 (51.56% from 255) = 28.05%
BLUE value IS 138 (54.30% from 255) = 29.55%
R=42.40%
G=28.05%
B=29.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.30
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19813113800.340.300.22353.7337.0264.51
HexC6838A0221E161622541
Octal306203212042362654245101
Binary110001101000001110001010010001011110101101011000101001011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6838A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>