#C0B27A

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

Shades of Ecru #C0B27A

Tints of Ecru #C0B27A

Color information

#C0B27A (or 0xC0B27A) is unknown color: approx Ecru. HEX triplet: C0, B2 and 7A. RGB value is (192,178,122). Sum of RGB (Red+Green+Blue) = 192+178+122=492 (65% of max value = 765). Red value is 192 (75.39% from 255 or 39.02% from 492); Green value is 178 (69.92% from 255 or 36.18% from 492); Blue value is 122 (48.05% from 255 or 24.80% from 492); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B27A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0B27A is #3F4D85. Grayscale: #B0B0B0. Windows color (decimal): -4148614 or 8041152. OLE color: 8041152.

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

Color convert

RGB192178122-
CMYK00.070.360.25
HSL48º35.71%61.57%-
HSV(B)48º36.46%75.29%-
XYZ41.1744.4524.82-
YUV175.897.64139.55-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 39.02%
GREEN value IS 178 (69.92% from 255) = 36.18%
BLUE value IS 122 (48.05% from 255) = 24.80%
R=39.02%
G=36.18%
B=24.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.36
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19217812200.070.360.254835.7161.57
HexC0B27A07241930243e
Octal300262172074431604476
Binary11000000101100101111010011110010011001110000100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0B27A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0B27A; }

 p { color: rgb(192,178,122); }

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

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

 a { background-color: rgb(192,178,122); }

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

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

 span { border-color: rgb(192,178,122); }

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