#C0B481

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

Shades of Ecru #C0B481

Tints of Ecru #C0B481

Color information

#C0B481 (or 0xC0B481) is unknown color: approx Ecru. HEX triplet: C0, B4 and 81. RGB value is (192,180,129). Sum of RGB (Red+Green+Blue) = 192+180+129=501 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.32% from 501); Green value is 180 (70.70% from 255 or 35.93% from 501); Blue value is 129 (50.78% from 255 or 25.75% from 501); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B481 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0B481 is #3F4B7E. Grayscale: #B1B1B1. Windows color (decimal): -4148095 or 8500416. OLE color: 8500416.

HSL color Cylindrical-coordinate representation of color #C0B481: hue angle of 48.57º degrees, saturation: 0.33, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C0B481 is Cyan = 0, Magento = 0.06, Yellow = 0.33 and Black (K on CMYK) = 0.25.

Color convert

RGB192180129-
CMYK00.060.330.25
HSL48.57º33.33%62.94%-
HSV(B)48.57º32.81%75.29%-
XYZ42.0245.4327.32-
YUV177.77100.48138.15-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 38.32%
GREEN value IS 180 (70.70% from 255) = 35.93%
BLUE value IS 129 (50.78% from 255) = 25.75%
R=38.32%
G=35.93%
B=25.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.33
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19218012900.060.330.2548.5733.3362.94
HexC0B48106211931213f
Octal300264201064131614177
Binary110000001011010010000001011010000111001110001100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0B481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0B481; }

 p { color: rgb(192,180,129); }

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

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

 a { background-color: rgb(192,180,129); }

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

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

 span { border-color: rgb(192,180,129); }

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