Shades of Ecru #CBB27B
Tints of Ecru #CBB27B
RGB
CMYK
RGB Variations
Color information
#CBB27B (or 0xCBB27B) is known color: Ecru. HEX triplet: CB, B2 and 7B. RGB value is (203,178,123). Sum of RGB (Red+Green+Blue) = 203+178+123=504 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.28% from 504); Green value is 178 (69.92% from 255 or 35.32% from 504); Blue value is 123 (48.44% from 255 or 24.40% from 504); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB27B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBB27B is #344D84. Grayscale: #B3B3B3. Windows color (decimal): -3427717 or 8106699. OLE color: 8106699.
HSL color Cylindrical-coordinate representation of color #CBB27B: hue angle of 41.25º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CBB27B is Cyan = 0, Magento = 0.12, Yellow = 0.39 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 178 | 123 | - |
| CMYK | 0 | 0.12 | 0.39 | 0.20 |
| HSL | 41.25º | 0.43% | 0.64% | - |
| HSV(B) | 41.25º | 0.39% | 0.8% | - |
| XYZ | 44.12 | 45.97 | 25.29 | - |
| YUV | 179.21 | 96.28 | 144.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 178 | 123 | 0 | 0.12 | 0.39 | 0.20 | 41.25 | 0.43 | 0.64 |
| Hex | CB | B2 | 7B | 0 | C | 27 | 14 | 29 | 2B | 40 |
| Octal | 313 | 262 | 173 | 0 | 14 | 47 | 24 | 51 | 53 | 100 |
| Binary | 11001011 | 10110010 | 1111011 | 0 | 1100 | 100111 | 10100 | 101001 | 101011 | 1000000 |
Color Harmonies of #CBB27B
Complementary color
Monochromatic Colors of #CBB27B
Black with #CBB27B
Text Example
Text Example
White with #CBB27B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB27B; }
p { color: rgb(203,178,123); }
H1.HeaderClassName
{
color: #CBB27B;
}
.AnyTagClassName
{
color: #CBB27B;
}
</style>
background-color css
<style>
a { background-color: #CBB27B; }
a { background-color: rgb(203,178,123); }
div.DivClassName
{
background-color: #CBB27B;
}
.BgClassName
{
background-color: #CBB27B;
}
</style>
border-color css
<style>
span { border-color: #CBB27B; }
span { border-color: rgb(203,178,123); }
td.TdClassName
{
border-color: #CBB27B;
}
.TagClassName
{
border-color: #CBB27B;
}
</style>