Html Css Color HEX #C8B386 Ecru

📋 copy color: '#C8B386'

red 200 ◦ green 179 ◦ blue 134

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

Shades of Ecru #C8B386

Tints of Ecru #C8B386

RGB

 RED value IS 200 (78.52% from 255) = 38.99%

 GREEN value IS 179 (70.31% from 255) = 34.89%

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

R = 38.99%
G = 34.89%
B = 26.12%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.33

 K value IS 0.22

RGB Variations

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

Color information

#C8B386 (or 0xC8B386) is known color: Ecru. HEX triplet: C8, B3 and 86. RGB value is (200,179,134). Sum of RGB (Red+Green+Blue) = 200+179+134=513 (67% of max value = 765). Red value is 200 (78.52% from 255 or 38.99% from 513); Green value is 179 (70.31% from 255 or 34.89% from 513); Blue value is 134 (52.73% from 255 or 26.12% from 513); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B386 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8B386 is #374C79. Grayscale: #B4B4B4. Windows color (decimal): -3624058 or 8827848. OLE color: 8827848.

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

Color convert

RGB 200 179 134 -
CMYK 0 0.10 0.33 0.22
HSL 40.91º 0.38% 0.65% -
HSV(B) 40.91º 0.33% 0.78% -
XYZ 44.24 46.24 29.15 -
YUV 180.15 101.96 142.16 -
System Red Green Blue C M Y K H S L
Decimal 200 179 134 0 0.10 0.33 0.22 40.91 0.38 0.65
Hex C8 B3 86 0 A 21 16 29 26 41
Octal 310 263 206 0 12 41 26 51 46 101
Binary 11001000 10110011 10000110 0 1010 100001 10110 101001 100110 1000001

Color Harmonies of #C8B386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8B386

Black with #C8B386

Text Example


Text Example

White with #C8B386

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8B386; }

 p { color: rgb(200,179,134); }

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

background-color css

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

 a { background-color: rgb(200,179,134); }

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

border-color css

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

 span { border-color: rgb(200,179,134); }

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