Html Css Color HEX #C6B286 Ecru

📋 copy color: '#C6B286'

red 198 ◦ green 178 ◦ blue 134

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

Shades of Ecru #C6B286

Tints of Ecru #C6B286

RGB

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

 GREEN value IS 178 (69.92% from 255) = 34.9%

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

R = 38.82%
G = 34.9%
B = 26.27%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.32

 K value IS 0.22

RGB Variations

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

Color information

#C6B286 (or 0xC6B286) is known color: Ecru. HEX triplet: C6, B2 and 86. RGB value is (198,178,134). Sum of RGB (Red+Green+Blue) = 198+178+134=510 (67% of max value = 765). Red value is 198 (77.73% from 255 or 38.82% from 510); Green value is 178 (69.92% from 255 or 34.90% from 510); Blue value is 134 (52.73% from 255 or 26.27% from 510); Max value from RGB is 198 - color contains mainly: red. Hex color #C6B286 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C6B286 is #394D79. Grayscale: #B3B3B3. Windows color (decimal): -3755386 or 8827590. OLE color: 8827590.

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

Color convert

RGB 198 178 134 -
CMYK 0 0.10 0.32 0.22
HSL 41.25º 0.36% 0.65% -
HSV(B) 41.25º 0.32% 0.78% -
XYZ 43.51 45.57 29.06 -
YUV 178.96 102.63 141.58 -
System Red Green Blue C M Y K H S L
Decimal 198 178 134 0 0.10 0.32 0.22 41.25 0.36 0.65
Hex C6 B2 86 0 A 20 16 29 24 41
Octal 306 262 206 0 12 40 26 51 44 101
Binary 11000110 10110010 10000110 0 1010 100000 10110 101001 100100 1000001

Color Harmonies of #C6B286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6B286

Black with #C6B286

Text Example


Text Example

White with #C6B286

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6B286; }

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

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

background-color css

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

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

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

border-color css

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

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

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