Shades of Laser #CBAF57
Tints of Laser #CBAF57
RGB
CMYK
RGB Variations
Color information
#CBAF57 (or 0xCBAF57) is known color: Laser. HEX triplet: CB, AF and 57. RGB value is (203,175,87). Sum of RGB (Red+Green+Blue) = 203+175+87=465 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.66% from 465); Green value is 175 (68.75% from 255 or 37.63% from 465); Blue value is 87 (34.38% from 255 or 18.71% from 465); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAF57 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBAF57 is #3450A8. Grayscale: #ADADAD. Windows color (decimal): -3428521 or 5746635. OLE color: 5746635.
HSL color Cylindrical-coordinate representation of color #CBAF57: hue angle of 45.52º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CBAF57 is Cyan = 0, Magento = 0.14, Yellow = 0.57 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 175 | 87 | - |
| CMYK | 0 | 0.14 | 0.57 | 0.20 |
| HSL | 45.52º | 0.53% | 0.57% | - |
| HSV(B) | 45.52º | 0.57% | 0.8% | - |
| XYZ | 41.68 | 44.04 | 15.32 | - |
| YUV | 173.34 | 79.28 | 149.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 175 | 87 | 0 | 0.14 | 0.57 | 0.20 | 45.52 | 0.53 | 0.57 |
| Hex | CB | AF | 57 | 0 | E | 39 | 14 | 2E | 35 | 39 |
| Octal | 313 | 257 | 127 | 0 | 16 | 71 | 24 | 56 | 65 | 71 |
| Binary | 11001011 | 10101111 | 1010111 | 0 | 1110 | 111001 | 10100 | 101110 | 110101 | 111001 |
Color Harmonies of #CBAF57
Complementary color
Monochromatic Colors of #CBAF57
Black with #CBAF57
Text Example
Text Example
White with #CBAF57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBAF57; }
p { color: rgb(203,175,87); }
H1.HeaderClassName
{
color: #CBAF57;
}
.AnyTagClassName
{
color: #CBAF57;
}
</style>
background-color css
<style>
a { background-color: #CBAF57; }
a { background-color: rgb(203,175,87); }
div.DivClassName
{
background-color: #CBAF57;
}
.BgClassName
{
background-color: #CBAF57;
}
</style>
border-color css
<style>
span { border-color: #CBAF57; }
span { border-color: rgb(203,175,87); }
td.TdClassName
{
border-color: #CBAF57;
}
.TagClassName
{
border-color: #CBAF57;
}
</style>