#C1B07A

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

Shades of Ecru #C1B07A

Tints of Ecru #C1B07A

Color information

#C1B07A (or 0xC1B07A) is unknown color: approx Ecru. HEX triplet: C1, B0 and 7A. RGB value is (193,176,122). Sum of RGB (Red+Green+Blue) = 193+176+122=491 (65% of max value = 765). Red value is 193 (75.78% from 255 or 39.31% from 491); Green value is 176 (69.14% from 255 or 35.85% from 491); Blue value is 122 (48.05% from 255 or 24.85% from 491); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B07A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1B07A is #3E4F85. Grayscale: #AFAFAF. Windows color (decimal): -4083590 or 8040641. OLE color: 8040641.

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

Color convert

RGB193176122-
CMYK00.090.370.24
HSL45.63º36.41%61.76%-
HSV(B)45.63º36.79%75.69%-
XYZ41.0343.7924.7-
YUV174.9398.13140.89-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 39.31%
GREEN value IS 176 (69.14% from 255) = 35.85%
BLUE value IS 122 (48.05% from 255) = 24.85%
R=39.31%
G=35.85%
B=24.85%

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
Decimal19317612200.090.370.2445.6336.4161.76
HexC1B07A0925182e243e
Octal3012601720114530564476
Binary110000011011000011110100100110010111000101110100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1B07A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1B07A; }

 p { color: rgb(193,176,122); }

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

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

 a { background-color: rgb(193,176,122); }

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

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

 span { border-color: rgb(193,176,122); }

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