#C2B17B

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

Shades of Ecru #C2B17B

Tints of Ecru #C2B17B

Color information

#C2B17B (or 0xC2B17B) is unknown color: approx Ecru. HEX triplet: C2, B1 and 7B. RGB value is (194,177,123). Sum of RGB (Red+Green+Blue) = 194+177+123=494 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.27% from 494); Green value is 177 (69.53% from 255 or 35.83% from 494); Blue value is 123 (48.44% from 255 or 24.90% from 494); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B17B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2B17B is #3D4E84. Grayscale: #B0B0B0. Windows color (decimal): -4017797 or 8106434. OLE color: 8106434.

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

Color convert

RGB194177123-
CMYK00.090.370.24
HSL45.63º36.79%62.16%-
HSV(B)45.63º36.6%76.08%-
XYZ41.5544.3425.11-
YUV175.9398.13140.89-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 39.27%
GREEN value IS 177 (69.53% from 255) = 35.83%
BLUE value IS 123 (48.44% from 255) = 24.90%
R=39.27%
G=35.83%
B=24.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.37
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19417712300.090.370.2445.6336.7962.16
HexC2B17B0925182e253e
Octal3022611730114530564576
Binary110000101011000111110110100110010111000101110100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2B17B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2B17B; }

 p { color: rgb(194,177,123); }

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

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

 a { background-color: rgb(194,177,123); }

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

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

 span { border-color: rgb(194,177,123); }

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