Html Css Color HEX #C8B385 Ecru

📋 copy color: '#C8B385'

red 200 ◦ green 179 ◦ blue 133

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

Shades of Ecru #C8B385

Tints of Ecru #C8B385

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 25.98%

R = 39.06%
G = 34.96%
B = 25.98%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.34

 K value IS 0.22

RGB Variations

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

Color information

#C8B385 (or 0xC8B385) is known color: Ecru. HEX triplet: C8, B3 and 85. RGB value is (200,179,133). Sum of RGB (Red+Green+Blue) = 200+179+133=512 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.06% from 512); Green value is 179 (70.31% from 255 or 34.96% from 512); Blue value is 133 (52.34% from 255 or 25.98% from 512); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B385 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8B385 is #374C7A. Grayscale: #B4B4B4. Windows color (decimal): -3624059 or 8762312. OLE color: 8762312.

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

Color convert

RGB 200 179 133 -
CMYK 0 0.10 0.34 0.22
HSL 41.19º 0.38% 0.65% -
HSV(B) 41.19º 0.34% 0.78% -
XYZ 44.17 46.21 28.78 -
YUV 180.04 101.46 142.24 -
System Red Green Blue C M Y K H S L
Decimal 200 179 133 0 0.10 0.34 0.22 41.19 0.38 0.65
Hex C8 B3 85 0 A 22 16 29 26 41
Octal 310 263 205 0 12 42 26 51 46 101
Binary 11001000 10110011 10000101 0 1010 100010 10110 101001 100110 1000001

Color Harmonies of #C8B385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8B385

Black with #C8B385

Text Example


Text Example

White with #C8B385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8B385; }

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

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

background-color css

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

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

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

border-color css

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

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

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