#C2B27E

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

Shades of Ecru #C2B27E

Tints of Ecru #C2B27E

Color information

#C2B27E (or 0xC2B27E) is unknown color: approx Ecru. HEX triplet: C2, B2 and 7E. RGB value is (194,178,126). Sum of RGB (Red+Green+Blue) = 194+178+126=498 (65% of max value = 765). Red value is 194 (76.17% from 255 or 38.96% from 498); Green value is 178 (69.92% from 255 or 35.74% from 498); Blue value is 126 (49.61% from 255 or 25.30% from 498); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B27E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2B27E is #3D4D81. Grayscale: #B1B1B1. Windows color (decimal): -4017538 or 8303298. OLE color: 8303298.

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

Color convert

RGB194178126-
CMYK00.080.350.24
HSL45.88º35.79%62.75%-
HSV(B)45.88º35.05%76.08%-
XYZ41.9344.8226.18-
YUV176.8699.3140.23-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 38.96%
GREEN value IS 178 (69.92% from 255) = 35.74%
BLUE value IS 126 (49.61% from 255) = 25.30%
R=38.96%
G=35.74%
B=25.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.35
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19417812600.080.350.2445.8835.7962.75
HexC2B27E0823182e243f
Octal3022621760104330564477
Binary110000101011001011111100100010001111000101110100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2B27E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2B27E; }

 p { color: rgb(194,178,126); }

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

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

 a { background-color: rgb(194,178,126); }

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

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

 span { border-color: rgb(194,178,126); }

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