#C8B37B

Color #C8B37B Ecru (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ecru #C8B37B

Tints of Ecru #C8B37B

Color information

#C8B37B (or 0xC8B37B) is unknown color: approx Ecru. HEX triplet: C8, B3 and 7B. RGB value is (200,179,123). Sum of RGB (Red+Green+Blue) = 200+179+123=502 (66% of max value = 765). Red value is 200 (78.52% from 255 or 39.84% from 502); Green value is 179 (70.31% from 255 or 35.66% from 502); Blue value is 123 (48.44% from 255 or 24.50% from 502); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B37B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8B37B is #374C84. Grayscale: #B3B3B3. Windows color (decimal): -3624069 or 8106952. OLE color: 8106952.

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

Color convert

RGB200179123-
CMYK00.100.380.22
HSL43.64º41.18%63.33%-
HSV(B)43.64º38.5%78.43%-
XYZ43.5145.9525.31-
YUV178.996.46143.05-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 39.84%
GREEN value IS 179 (70.31% from 255) = 35.66%
BLUE value IS 123 (48.44% from 255) = 24.50%
R=39.84%
G=35.66%
B=24.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.38
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20017912300.100.380.2243.6441.1863.33
HexC8B37B0A26162c293f
Octal3102631730124626545177
Binary110010001011001111110110101010011010110101100101001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8B37B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8B37B; }

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

 H1.HeaderClassName
 {
   color: #C8B37B;
 }
 .AnyTagClassName
 {
   color: #C8B37B;
 }
</style>
background-color css

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

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

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

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

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

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