#C3B37D

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

Shades of Ecru #C3B37D

Tints of Ecru #C3B37D

Color information

#C3B37D (or 0xC3B37D) is unknown color: approx Ecru. HEX triplet: C3, B3 and 7D. RGB value is (195,179,125). Sum of RGB (Red+Green+Blue) = 195+179+125=499 (66% of max value = 765). Red value is 195 (76.56% from 255 or 39.08% from 499); Green value is 179 (70.31% from 255 or 35.87% from 499); Blue value is 125 (49.22% from 255 or 25.05% from 499); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B37D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3B37D is #3C4C82. Grayscale: #B1B1B1. Windows color (decimal): -3951747 or 8238019. OLE color: 8238019.

HSL color Cylindrical-coordinate representation of color #C3B37D: hue angle of 46.29º degrees, saturation: 0.37, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C3B37D is Cyan = 0, Magento = 0.08, Yellow = 0.36 and Black (K on CMYK) = 0.24.

Color convert

RGB195179125-
CMYK00.080.360.24
HSL46.29º36.84%62.75%-
HSV(B)46.29º35.9%76.47%-
XYZ42.3345.3225.92-
YUV177.6398.3140.39-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 39.08%
GREEN value IS 179 (70.31% from 255) = 35.87%
BLUE value IS 125 (49.22% from 255) = 25.05%
R=39.08%
G=35.87%
B=25.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.36
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19517912500.080.360.2446.2936.8462.75
HexC3B37D0824182e253f
Octal3032631750104430564577
Binary110000111011001111111010100010010011000101110100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3B37D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3B37D; }

 p { color: rgb(195,179,125); }

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

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

 a { background-color: rgb(195,179,125); }

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

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

 span { border-color: rgb(195,179,125); }

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