#C0B17E

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

Shades of Ecru #C0B17E

Tints of Ecru #C0B17E

Color information

#C0B17E (or 0xC0B17E) is unknown color: approx Ecru. HEX triplet: C0, B1 and 7E. RGB value is (192,177,126). Sum of RGB (Red+Green+Blue) = 192+177+126=495 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.79% from 495); Green value is 177 (69.53% from 255 or 35.76% from 495); Blue value is 126 (49.61% from 255 or 25.45% from 495); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B17E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0B17E is #3F4E81. Grayscale: #AFAFAF. Windows color (decimal): -4148866 or 8303040. OLE color: 8303040.

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

Color convert

RGB192177126-
CMYK00.080.340.25
HSL46.36º34.38%62.35%-
HSV(B)46.36º34.38%75.29%-
XYZ41.2344.1626.09-
YUV175.6799.97139.65-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 38.79%
GREEN value IS 177 (69.53% from 255) = 35.76%
BLUE value IS 126 (49.61% from 255) = 25.45%
R=38.79%
G=35.76%
B=25.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.34
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19217712600.080.340.2546.3634.3862.35
HexC0B17E0822192e223e
Octal3002611760104231564276
Binary110000001011000111111100100010001011001101110100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0B17E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0B17E; }

 p { color: rgb(192,177,126); }

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

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

 a { background-color: rgb(192,177,126); }

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

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

 span { border-color: rgb(192,177,126); }

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