#C0B679

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

Shades of Ecru #C0B679

Tints of Ecru #C0B679

Color information

#C0B679 (or 0xC0B679) is unknown color: approx Ecru. HEX triplet: C0, B6 and 79. RGB value is (192,182,121). Sum of RGB (Red+Green+Blue) = 192+182+121=495 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.79% from 495); Green value is 182 (71.48% from 255 or 36.77% from 495); Blue value is 121 (47.66% from 255 or 24.44% from 495); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B679 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0B679 is #3F4986. Grayscale: #B2B2B2. Windows color (decimal): -4147591 or 7976640. OLE color: 7976640.

HSL color Cylindrical-coordinate representation of color #C0B679: hue angle of 51.55º degrees, saturation: 0.36, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C0B679 is Cyan = 0, Magento = 0.05, Yellow = 0.37 and Black (K on CMYK) = 0.25.

Color convert

RGB192182121-
CMYK00.050.370.25
HSL51.55º36.04%61.37%-
HSV(B)51.55º36.98%75.29%-
XYZ41.9246.0424.77-
YUV178.0495.81137.96-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 38.79%
GREEN value IS 182 (71.48% from 255) = 36.77%
BLUE value IS 121 (47.66% from 255) = 24.44%
R=38.79%
G=36.77%
B=24.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.37
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19218212100.050.370.2551.5536.0461.37
HexC0B67905251934243d
Octal300266171054531644475
Binary11000000101101101111001010110010111001110100100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0B679

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0B679; }

 p { color: rgb(192,182,121); }

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

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

 a { background-color: rgb(192,182,121); }

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

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

 span { border-color: rgb(192,182,121); }

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