Html Css Color HEX #C6888B Puce

📋 copy color: '#C6888B'

red 198 ◦ green 136 ◦ blue 139

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

Shades of Puce #C6888B

Tints of Puce #C6888B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 29.39%

R = 41.86%
G = 28.75%
B = 29.39%

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

#C6888B (or 0xC6888B) is known color: Puce. HEX triplet: C6, 88 and 8B. RGB value is (198,136,139). Sum of RGB (Red+Green+Blue) = 198+136+139=473 (62% of max value = 765). Red value is 198 (77.73% from 255 or 41.86% from 473); Green value is 136 (53.52% from 255 or 28.75% from 473); Blue value is 139 (54.69% from 255 or 29.39% from 473); Max value from RGB is 198 - color contains mainly: red. Hex color #C6888B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C6888B is #397774. Grayscale: #9A9A9A. Windows color (decimal): -3766133 or 9144518. OLE color: 9144518.

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

Color convert

RGB 198 136 139 -
CMYK 0 0.31 0.30 0.22
HSL 357.1º 0.35% 0.65% -
HSV(B) 357.1º 0.31% 0.78% -
XYZ 36.75 31.48 28.56 -
YUV 154.88 119.04 158.76 -
System Red Green Blue C M Y K H S L
Decimal 198 136 139 0 0.31 0.30 0.22 357.1 0.35 0.65
Hex C6 88 8B 0 1F 1E 16 165 23 41
Octal 306 210 213 0 37 36 26 545 43 101
Binary 11000110 10001000 10001011 0 11111 11110 10110 101100101 100011 1000001

Color Harmonies of #C6888B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6888B

Black with #C6888B

Text Example


Text Example

White with #C6888B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6888B; }

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

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

background-color css

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

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

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

border-color css

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

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

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