#C2B67B

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

Shades of Ecru #C2B67B

Tints of Ecru #C2B67B

Color information

#C2B67B (or 0xC2B67B) is unknown color: approx Ecru. HEX triplet: C2, B6 and 7B. RGB value is (194,182,123). Sum of RGB (Red+Green+Blue) = 194+182+123=499 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.88% from 499); Green value is 182 (71.48% from 255 or 36.47% from 499); Blue value is 123 (48.44% from 255 or 24.65% from 499); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B67B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2B67B is #3D4984. Grayscale: #B3B3B3. Windows color (decimal): -4016517 or 8107714. OLE color: 8107714.

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

Color convert

RGB194182123-
CMYK00.060.370.24
HSL49.86º36.79%62.16%-
HSV(B)49.86º36.6%76.08%-
XYZ42.5546.3625.44-
YUV178.8696.48138.8-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 38.88%
GREEN value IS 182 (71.48% from 255) = 36.47%
BLUE value IS 123 (48.44% from 255) = 24.65%
R=38.88%
G=36.47%
B=24.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.37
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19418212300.060.370.2449.8636.7962.16
HexC2B67B06251832253e
Octal302266173064530624576
Binary11000010101101101111011011010010111000110010100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2B67B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2B67B; }

 p { color: rgb(194,182,123); }

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

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

 a { background-color: rgb(194,182,123); }

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

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

 span { border-color: rgb(194,182,123); }

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