#C0B184

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

Shades of Ecru #C0B184

Tints of Ecru #C0B184

Color information

#C0B184 (or 0xC0B184) is unknown color: approx Ecru. HEX triplet: C0, B1 and 84. RGB value is (192,177,132). Sum of RGB (Red+Green+Blue) = 192+177+132=501 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.32% from 501); Green value is 177 (69.53% from 255 or 35.33% from 501); Blue value is 132 (51.95% from 255 or 26.35% from 501); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B184 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0B184 is #3F4E7B. Grayscale: #B0B0B0. Windows color (decimal): -4148860 or 8696256. OLE color: 8696256.

HSL color Cylindrical-coordinate representation of color #C0B184: hue angle of 45º degrees, saturation: 0.32, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C0B184 is Cyan = 0, Magento = 0.08, Yellow = 0.31 and Black (K on CMYK) = 0.25.

Color convert

RGB192177132-
CMYK00.080.310.25
HSL45º32.26%63.53%-
HSV(B)45º31.25%75.29%-
XYZ41.6344.3228.19-
YUV176.36102.97139.16-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 38.32%
GREEN value IS 177 (69.53% from 255) = 35.33%
BLUE value IS 132 (51.95% from 255) = 26.35%
R=38.32%
G=35.33%
B=26.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.31
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19217713200.080.310.254532.2663.53
HexC0B184081F192d2040
Octal30026120401037315540100
Binary1100000010110001100001000100011111110011011011000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0B184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0B184; }

 p { color: rgb(192,177,132); }

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

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

 a { background-color: rgb(192,177,132); }

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

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

 span { border-color: rgb(192,177,132); }

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