#C3B28A

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

Shades of Ecru #C3B28A

Tints of Ecru #C3B28A

Color information

#C3B28A (or 0xC3B28A) is unknown color: approx Ecru. HEX triplet: C3, B2 and 8A. RGB value is (195,178,138). Sum of RGB (Red+Green+Blue) = 195+178+138=511 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.16% from 511); Green value is 178 (69.92% from 255 or 34.83% from 511); Blue value is 138 (54.30% from 255 or 27.01% from 511); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B28A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3B28A is #3C4D75. Grayscale: #B2B2B2. Windows color (decimal): -3951990 or 9089731. OLE color: 9089731.

HSL color Cylindrical-coordinate representation of color #C3B28A: hue angle of 42.11º degrees, saturation: 0.32, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C3B28A is Cyan = 0, Magento = 0.09, Yellow = 0.29 and Black (K on CMYK) = 0.24.

Color convert

RGB195178138-
CMYK00.090.290.24
HSL42.11º32.2%65.29%-
HSV(B)42.11º29.23%76.47%-
XYZ43.0145.2830.52-
YUV178.52105.13139.75-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 38.16%
GREEN value IS 178 (69.92% from 255) = 34.83%
BLUE value IS 138 (54.30% from 255) = 27.01%
R=38.16%
G=34.83%
B=27.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.29
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19517813800.090.290.2442.1132.265.29
HexC3B28A091D182a2041
Octal30326221201135305240101
Binary1100001110110010100010100100111101110001010101000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3B28A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3B28A; }

 p { color: rgb(195,178,138); }

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

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

 a { background-color: rgb(195,178,138); }

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

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

 span { border-color: rgb(195,178,138); }

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