Html Css Color HEX #C4B086 Ecru

📋 copy color: '#C4B086'

red 196 ◦ green 176 ◦ blue 134

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

Shades of Ecru #C4B086

Tints of Ecru #C4B086

RGB

 RED value IS 196 (76.95% from 255) = 38.74%

 GREEN value IS 176 (69.14% from 255) = 34.78%

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

R = 38.74%
G = 34.78%
B = 26.48%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.32

 K value IS 0.23

RGB Variations

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

Color information

#C4B086 (or 0xC4B086) is known color: Ecru. HEX triplet: C4, B0 and 86. RGB value is (196,176,134). Sum of RGB (Red+Green+Blue) = 196+176+134=506 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.74% from 506); Green value is 176 (69.14% from 255 or 34.78% from 506); Blue value is 134 (52.73% from 255 or 26.48% from 506); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B086 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4B086 is #3B4F79. Grayscale: #B1B1B1. Windows color (decimal): -3886970 or 8827076. OLE color: 8827076.

HSL color Cylindrical-coordinate representation of color #C4B086: hue angle of 40.65º degrees, saturation: 0.34, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C4B086 is Cyan = 0, Magento = 0.10, Yellow = 0.32 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 176 134 -
CMYK 0 0.10 0.32 0.23
HSL 40.65º 0.34% 0.65% -
HSV(B) 40.65º 0.32% 0.77% -
XYZ 42.59 44.51 28.9 -
YUV 177.19 103.63 141.42 -
System Red Green Blue C M Y K H S L
Decimal 196 176 134 0 0.10 0.32 0.23 40.65 0.34 0.65
Hex C4 B0 86 0 A 20 17 29 22 41
Octal 304 260 206 0 12 40 27 51 42 101
Binary 11000100 10110000 10000110 0 1010 100000 10111 101001 100010 1000001

Color Harmonies of #C4B086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4B086

Black with #C4B086

Text Example


Text Example

White with #C4B086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4B086; }

 p { color: rgb(196,176,134); }

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

background-color css

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

 a { background-color: rgb(196,176,134); }

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

border-color css

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

 span { border-color: rgb(196,176,134); }

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