Html Css Color HEX #C6B186 Ecru

📋 copy color: '#C6B186'

red 198 ◦ green 177 ◦ blue 134

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

Shades of Ecru #C6B186

Tints of Ecru #C6B186

RGB

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

 GREEN value IS 177 (69.53% from 255) = 34.77%

 BLUE value IS 134 (52.73% from 255) = 26.33%

R = 38.9%
G = 34.77%
B = 26.33%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.32

 K value IS 0.22

RGB Variations

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

Color information

#C6B186 (or 0xC6B186) is known color: Ecru. HEX triplet: C6, B1 and 86. RGB value is (198,177,134). Sum of RGB (Red+Green+Blue) = 198+177+134=509 (67% of max value = 765). Red value is 198 (77.73% from 255 or 38.90% from 509); Green value is 177 (69.53% from 255 or 34.77% from 509); Blue value is 134 (52.73% from 255 or 26.33% from 509); Max value from RGB is 198 - color contains mainly: red. Hex color #C6B186 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C6B186 is #394E79. Grayscale: #B2B2B2. Windows color (decimal): -3755642 or 8827334. OLE color: 8827334.

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

Color convert

RGB 198 177 134 -
CMYK 0 0.11 0.32 0.22
HSL 40.31º 0.36% 0.65% -
HSV(B) 40.31º 0.32% 0.78% -
XYZ 43.31 45.17 28.99 -
YUV 178.38 102.96 142 -
System Red Green Blue C M Y K H S L
Decimal 198 177 134 0 0.11 0.32 0.22 40.31 0.36 0.65
Hex C6 B1 86 0 B 20 16 28 24 41
Octal 306 261 206 0 13 40 26 50 44 101
Binary 11000110 10110001 10000110 0 1011 100000 10110 101000 100100 1000001

Color Harmonies of #C6B186

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6B186

Black with #C6B186

Text Example


Text Example

White with #C6B186

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6B186; }

 p { color: rgb(198,177,134); }

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

background-color css

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

 a { background-color: rgb(198,177,134); }

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

border-color css

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

 span { border-color: rgb(198,177,134); }

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