Html Css Color HEX #C6888A Puce

📋 copy color: '#C6888A'

red 198 ◦ green 136 ◦ blue 138

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

Shades of Puce #C6888A

Tints of Puce #C6888A

RGB

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

 GREEN value IS 136 (53.52% from 255) = 28.81%

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

R = 41.95%
G = 28.81%
B = 29.24%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.30

 K value IS 0.22

RGB Variations

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

Color information

#C6888A (or 0xC6888A) is known color: Puce. HEX triplet: C6, 88 and 8A. RGB value is (198,136,138). Sum of RGB (Red+Green+Blue) = 198+136+138=472 (62% of max value = 765). Red value is 198 (77.73% from 255 or 41.95% from 472); Green value is 136 (53.52% from 255 or 28.81% from 472); Blue value is 138 (54.30% from 255 or 29.24% from 472); Max value from RGB is 198 - color contains mainly: red. Hex color #C6888A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C6888A is #397775. Grayscale: #9A9A9A. Windows color (decimal): -3766134 or 9078982. OLE color: 9078982.

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

Color convert

RGB 198 136 138 -
CMYK 0 0.31 0.30 0.22
HSL 358.06º 0.35% 0.65% -
HSV(B) 358.06º 0.31% 0.78% -
XYZ 36.68 31.45 28.18 -
YUV 154.77 118.54 158.84 -
System Red Green Blue C M Y K H S L
Decimal 198 136 138 0 0.31 0.30 0.22 358.06 0.35 0.65
Hex C6 88 8A 0 1F 1E 16 166 23 41
Octal 306 210 212 0 37 36 26 546 43 101
Binary 11000110 10001000 10001010 0 11111 11110 10110 101100110 100011 1000001

Color Harmonies of #C6888A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6888A

Black with #C6888A

Text Example


Text Example

White with #C6888A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6888A; }

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

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

background-color css

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

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

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

border-color css

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

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

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