#C2B27F

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

Shades of Ecru #C2B27F

Tints of Ecru #C2B27F

Color information

#C2B27F (or 0xC2B27F) is unknown color: approx Ecru. HEX triplet: C2, B2 and 7F. RGB value is (194,178,127). Sum of RGB (Red+Green+Blue) = 194+178+127=499 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.88% from 499); Green value is 178 (69.92% from 255 or 35.67% from 499); Blue value is 127 (50% from 255 or 25.45% from 499); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B27F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2B27F is #3D4D80. Grayscale: #B1B1B1. Windows color (decimal): -4017537 or 8368834. OLE color: 8368834.

HSL color Cylindrical-coordinate representation of color #C2B27F: hue angle of 45.67º degrees, saturation: 0.35, 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 #C2B27F is Cyan = 0, Magento = 0.08, Yellow = 0.35 and Black (K on CMYK) = 0.24.

Color convert

RGB194178127-
CMYK00.080.350.24
HSL45.67º35.45%62.94%-
HSV(B)45.67º34.54%76.08%-
XYZ4244.8426.52-
YUV176.9799.8140.15-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 38.88%
GREEN value IS 178 (69.92% from 255) = 35.67%
BLUE value IS 127 (50% from 255) = 25.45%
R=38.88%
G=35.67%
B=25.45%

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
Decimal19417812700.080.350.2445.6735.4562.94
HexC2B27F0823182e233f
Octal3022621770104330564377
Binary110000101011001011111110100010001111000101110100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2B27F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2B27F; }

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

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

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

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

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

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

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

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