Shades of Ecru #CBB17D
Tints of Ecru #CBB17D
RGB
CMYK
RGB Variations
Color information
#CBB17D (or 0xCBB17D) is known color: Ecru. HEX triplet: CB, B1 and 7D. RGB value is (203,177,125). Sum of RGB (Red+Green+Blue) = 203+177+125=505 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.20% from 505); Green value is 177 (69.53% from 255 or 35.05% from 505); Blue value is 125 (49.22% from 255 or 24.75% from 505); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB17D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBB17D is #344E82. Grayscale: #B3B3B3. Windows color (decimal): -3427971 or 8237515. OLE color: 8237515.
HSL color Cylindrical-coordinate representation of color #CBB17D: hue angle of 40º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CBB17D is Cyan = 0, Magento = 0.13, Yellow = 0.38 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 177 | 125 | - |
| CMYK | 0 | 0.13 | 0.38 | 0.20 |
| HSL | 40º | 0.43% | 0.64% | - |
| HSV(B) | 40º | 0.38% | 0.8% | - |
| XYZ | 44.05 | 45.62 | 25.89 | - |
| YUV | 178.85 | 97.61 | 145.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 177 | 125 | 0 | 0.13 | 0.38 | 0.20 | 40 | 0.43 | 0.64 |
| Hex | CB | B1 | 7D | 0 | D | 26 | 14 | 28 | 2B | 40 |
| Octal | 313 | 261 | 175 | 0 | 15 | 46 | 24 | 50 | 53 | 100 |
| Binary | 11001011 | 10110001 | 1111101 | 0 | 1101 | 100110 | 10100 | 101000 | 101011 | 1000000 |
Color Harmonies of #CBB17D
Complementary color
Monochromatic Colors of #CBB17D
Black with #CBB17D
Text Example
Text Example
White with #CBB17D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB17D; }
p { color: rgb(203,177,125); }
H1.HeaderClassName
{
color: #CBB17D;
}
.AnyTagClassName
{
color: #CBB17D;
}
</style>
background-color css
<style>
a { background-color: #CBB17D; }
a { background-color: rgb(203,177,125); }
div.DivClassName
{
background-color: #CBB17D;
}
.BgClassName
{
background-color: #CBB17D;
}
</style>
border-color css
<style>
span { border-color: #CBB17D; }
span { border-color: rgb(203,177,125); }
td.TdClassName
{
border-color: #CBB17D;
}
.TagClassName
{
border-color: #CBB17D;
}
</style>