Shades of Laser #CBA765
Tints of Laser #CBA765
RGB
CMYK
RGB Variations
Color information
#CBA765 (or 0xCBA765) is known color: Laser. HEX triplet: CB, A7 and 65. RGB value is (203,167,101). Sum of RGB (Red+Green+Blue) = 203+167+101=471 (62% of max value = 765). Red value is 203 (79.69% from 255 or 43.10% from 471); Green value is 167 (65.62% from 255 or 35.46% from 471); Blue value is 101 (39.84% from 255 or 21.44% from 471); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA765 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBA765 is #34589A. Grayscale: #AAAAAA. Windows color (decimal): -3430555 or 6662091. OLE color: 6662091.
HSL color Cylindrical-coordinate representation of color #CBA765: hue angle of 38.82º 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 #CBA765 is Cyan = 0, Magento = 0.18, Yellow = 0.50 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 167 | 101 | - |
| CMYK | 0 | 0.18 | 0.50 | 0.20 |
| HSL | 38.82º | 0.5% | 0.6% | - |
| HSV(B) | 38.82º | 0.5% | 0.8% | - |
| XYZ | 40.8 | 41.27 | 18.13 | - |
| YUV | 170.24 | 88.93 | 151.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 167 | 101 | 0 | 0.18 | 0.50 | 0.20 | 38.82 | 0.5 | 0.6 |
| Hex | CB | A7 | 65 | 0 | 12 | 32 | 14 | 27 | 32 | 3C |
| Octal | 313 | 247 | 145 | 0 | 22 | 62 | 24 | 47 | 62 | 74 |
| Binary | 11001011 | 10100111 | 1100101 | 0 | 10010 | 110010 | 10100 | 100111 | 110010 | 111100 |
Color Harmonies of #CBA765
Complementary color
Monochromatic Colors of #CBA765
Black with #CBA765
Text Example
Text Example
White with #CBA765
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA765; }
p { color: rgb(203,167,101); }
H1.HeaderClassName
{
color: #CBA765;
}
.AnyTagClassName
{
color: #CBA765;
}
</style>
background-color css
<style>
a { background-color: #CBA765; }
a { background-color: rgb(203,167,101); }
div.DivClassName
{
background-color: #CBA765;
}
.BgClassName
{
background-color: #CBA765;
}
</style>
border-color css
<style>
span { border-color: #CBA765; }
span { border-color: rgb(203,167,101); }
td.TdClassName
{
border-color: #CBA765;
}
.TagClassName
{
border-color: #CBA765;
}
</style>