Shades of Laser #CBB165
Tints of Laser #CBB165
RGB
CMYK
RGB Variations
Color information
#CBB165 (or 0xCBB165) is known color: Laser. HEX triplet: CB, B1 and 65. RGB value is (203,177,101). Sum of RGB (Red+Green+Blue) = 203+177+101=481 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.20% from 481); Green value is 177 (69.53% from 255 or 36.80% from 481); Blue value is 101 (39.84% from 255 or 21.00% from 481); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB165 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBB165 is #344E9A. Grayscale: #B0B0B0. Windows color (decimal): -3427995 or 6664651. OLE color: 6664651.
HSL color Cylindrical-coordinate representation of color #CBB165: hue angle of 44.71º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CBB165 is Cyan = 0, Magento = 0.13, Yellow = 0.50 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 177 | 101 | - |
| CMYK | 0 | 0.13 | 0.50 | 0.20 |
| HSL | 44.71º | 0.5% | 0.6% | - |
| HSV(B) | 44.71º | 0.5% | 0.8% | - |
| XYZ | 42.7 | 45.08 | 18.76 | - |
| YUV | 176.11 | 85.61 | 147.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 177 | 101 | 0 | 0.13 | 0.50 | 0.20 | 44.71 | 0.5 | 0.6 |
| Hex | CB | B1 | 65 | 0 | D | 32 | 14 | 2D | 32 | 3C |
| Octal | 313 | 261 | 145 | 0 | 15 | 62 | 24 | 55 | 62 | 74 |
| Binary | 11001011 | 10110001 | 1100101 | 0 | 1101 | 110010 | 10100 | 101101 | 110010 | 111100 |
Color Harmonies of #CBB165
Complementary color
Monochromatic Colors of #CBB165
Black with #CBB165
Text Example
Text Example
White with #CBB165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB165; }
p { color: rgb(203,177,101); }
H1.HeaderClassName
{
color: #CBB165;
}
.AnyTagClassName
{
color: #CBB165;
}
</style>
background-color css
<style>
a { background-color: #CBB165; }
a { background-color: rgb(203,177,101); }
div.DivClassName
{
background-color: #CBB165;
}
.BgClassName
{
background-color: #CBB165;
}
</style>
border-color css
<style>
span { border-color: #CBB165; }
span { border-color: rgb(203,177,101); }
td.TdClassName
{
border-color: #CBB165;
}
.TagClassName
{
border-color: #CBB165;
}
</style>