#C4B28B

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

Shades of Ecru #C4B28B

Tints of Ecru #C4B28B

Color information

#C4B28B (or 0xC4B28B) is unknown color: approx Ecru. HEX triplet: C4, B2 and 8B. RGB value is (196,178,139). Sum of RGB (Red+Green+Blue) = 196+178+139=513 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.21% from 513); Green value is 178 (69.92% from 255 or 34.70% from 513); Blue value is 139 (54.69% from 255 or 27.10% from 513); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B28B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4B28B is #3B4D74. Grayscale: #B3B3B3. Windows color (decimal): -3886453 or 9155268. OLE color: 9155268.

HSL color Cylindrical-coordinate representation of color #C4B28B: hue angle of 41.05º degrees, saturation: 0.33, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C4B28B is Cyan = 0, Magento = 0.09, Yellow = 0.29 and Black (K on CMYK) = 0.23.

Color convert

RGB196178139-
CMYK00.090.290.23
HSL41.05º32.57%65.69%-
HSV(B)41.05º29.08%76.86%-
XYZ43.3545.4430.91-
YUV178.94105.46140.17-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 38.21%
GREEN value IS 178 (69.92% from 255) = 34.70%
BLUE value IS 139 (54.69% from 255) = 27.10%
R=38.21%
G=34.70%
B=27.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.29
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19617813900.090.290.2341.0532.5765.69
HexC4B28B091D17292142
Octal30426221301135275141102
Binary1100010010110010100010110100111101101111010011000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4B28B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4B28B; }

 p { color: rgb(196,178,139); }

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

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

 a { background-color: rgb(196,178,139); }

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

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

 span { border-color: rgb(196,178,139); }

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