#C2B07C

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

Shades of Ecru #C2B07C

Tints of Ecru #C2B07C

Color information

#C2B07C (or 0xC2B07C) is unknown color: approx Ecru. HEX triplet: C2, B0 and 7C. RGB value is (194,176,124). Sum of RGB (Red+Green+Blue) = 194+176+124=494 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.27% from 494); Green value is 176 (69.14% from 255 or 35.63% from 494); Blue value is 124 (48.83% from 255 or 25.10% from 494); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B07C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2B07C is #3D4F83. Grayscale: #AFAFAF. Windows color (decimal): -4018052 or 8171714. OLE color: 8171714.

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

Color convert

RGB194176124-
CMYK00.090.360.24
HSL44.57º36.46%62.35%-
HSV(B)44.57º36.08%76.08%-
XYZ41.4143.9825.37-
YUV175.4598.96141.23-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 39.27%
GREEN value IS 176 (69.14% from 255) = 35.63%
BLUE value IS 124 (48.83% from 255) = 25.10%
R=39.27%
G=35.63%
B=25.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.36
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19417612400.090.360.2444.5736.4662.35
HexC2B07C0924182d243e
Octal3022601740114430554476
Binary110000101011000011111000100110010011000101101100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2B07C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2B07C; }

 p { color: rgb(194,176,124); }

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

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

 a { background-color: rgb(194,176,124); }

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

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

 span { border-color: rgb(194,176,124); }

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