#C1B27D

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

Shades of Ecru #C1B27D

Tints of Ecru #C1B27D

Color information

#C1B27D (or 0xC1B27D) is unknown color: approx Ecru. HEX triplet: C1, B2 and 7D. RGB value is (193,178,125). Sum of RGB (Red+Green+Blue) = 193+178+125=496 (65% of max value = 765). Red value is 193 (75.78% from 255 or 38.91% from 496); Green value is 178 (69.92% from 255 or 35.89% from 496); Blue value is 125 (49.22% from 255 or 25.20% from 496); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B27D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1B27D is #3E4D82. Grayscale: #B0B0B0. Windows color (decimal): -4083075 or 8237761. OLE color: 8237761.

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

Color convert

RGB193178125-
CMYK00.080.350.24
HSL46.76º35.42%62.35%-
HSV(B)46.76º35.23%75.69%-
XYZ41.6144.6625.83-
YUV176.4498.97139.81-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 38.91%
GREEN value IS 178 (69.92% from 255) = 35.89%
BLUE value IS 125 (49.22% from 255) = 25.20%
R=38.91%
G=35.89%
B=25.20%

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
Decimal19317812500.080.350.2446.7635.4262.35
HexC1B27D0823182f233e
Octal3012621750104330574376
Binary110000011011001011111010100010001111000101111100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1B27D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1B27D; }

 p { color: rgb(193,178,125); }

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

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

 a { background-color: rgb(193,178,125); }

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

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

 span { border-color: rgb(193,178,125); }

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