#C4B075

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

Shades of Ecru #C4B075

Tints of Ecru #C4B075

Color information

#C4B075 (or 0xC4B075) is unknown color: approx Ecru. HEX triplet: C4, B0 and 75. RGB value is (196,176,117). Sum of RGB (Red+Green+Blue) = 196+176+117=489 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.08% from 489); Green value is 176 (69.14% from 255 or 35.99% from 489); Blue value is 117 (46.09% from 255 or 23.93% from 489); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B075 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4B075 is #3B4F8A. Grayscale: #AFAFAF. Windows color (decimal): -3886987 or 7712964. OLE color: 7712964.

HSL color Cylindrical-coordinate representation of color #C4B075: hue angle of 44.81º degrees, saturation: 0.4, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C4B075 is Cyan = 0, Magento = 0.10, Yellow = 0.40 and Black (K on CMYK) = 0.23.

Color convert

RGB196176117-
CMYK00.100.400.23
HSL44.81º40.1%61.37%-
HSV(B)44.81º40.31%76.86%-
XYZ41.544.0723.15-
YUV175.2595.13142.8-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 40.08%
GREEN value IS 176 (69.14% from 255) = 35.99%
BLUE value IS 117 (46.09% from 255) = 23.93%
R=40.08%
G=35.99%
B=23.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.40
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19617611700.100.400.2344.8140.161.37
HexC4B0750A28172d283d
Octal3042601650125027555075
Binary110001001011000011101010101010100010111101101101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4B075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4B075; }

 p { color: rgb(196,176,117); }

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

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

 a { background-color: rgb(196,176,117); }

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

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

 span { border-color: rgb(196,176,117); }

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