#C0B07D

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

Shades of Ecru #C0B07D

Tints of Ecru #C0B07D

Color information

#C0B07D (or 0xC0B07D) is unknown color: approx Ecru. HEX triplet: C0, B0 and 7D. RGB value is (192,176,125). Sum of RGB (Red+Green+Blue) = 192+176+125=493 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.95% from 493); Green value is 176 (69.14% from 255 or 35.70% from 493); Blue value is 125 (49.22% from 255 or 25.35% from 493); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B07D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0B07D is #3F4F82. Grayscale: #AFAFAF. Windows color (decimal): -4149123 or 8237248. OLE color: 8237248.

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

Color convert

RGB192176125-
CMYK00.080.350.25
HSL45.67º34.72%62.16%-
HSV(B)45.67º34.9%75.29%-
XYZ40.9743.7425.69-
YUV174.9799.8140.15-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 38.95%
GREEN value IS 176 (69.14% from 255) = 35.70%
BLUE value IS 125 (49.22% from 255) = 25.35%
R=38.95%
G=35.70%
B=25.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.35
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19217612500.080.350.2545.6734.7262.16
HexC0B07D0823192e233e
Octal3002601750104331564376
Binary110000001011000011111010100010001111001101110100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0B07D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0B07D; }

 p { color: rgb(192,176,125); }

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

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

 a { background-color: rgb(192,176,125); }

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

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

 span { border-color: rgb(192,176,125); }

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