Shades of Laser #CBAF62
Tints of Laser #CBAF62
RGB
CMYK
RGB Variations
Color information
#CBAF62 (or 0xCBAF62) is known color: Laser. HEX triplet: CB, AF and 62. RGB value is (203,175,98). Sum of RGB (Red+Green+Blue) = 203+175+98=476 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.65% from 476); Green value is 175 (68.75% from 255 or 36.76% from 476); Blue value is 98 (38.67% from 255 or 20.59% from 476); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAF62 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBAF62 is #34509D. Grayscale: #AEAEAE. Windows color (decimal): -3428510 or 6467531. OLE color: 6467531.
HSL color Cylindrical-coordinate representation of color #CBAF62: hue angle of 44º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CBAF62 is Cyan = 0, Magento = 0.14, Yellow = 0.52 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 175 | 98 | - |
| CMYK | 0 | 0.14 | 0.52 | 0.20 |
| HSL | 44º | 0.5% | 0.59% | - |
| HSV(B) | 44º | 0.52% | 0.8% | - |
| XYZ | 42.16 | 44.24 | 17.87 | - |
| YUV | 174.59 | 84.78 | 148.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 175 | 98 | 0 | 0.14 | 0.52 | 0.20 | 44 | 0.5 | 0.59 |
| Hex | CB | AF | 62 | 0 | E | 34 | 14 | 2C | 32 | 3B |
| Octal | 313 | 257 | 142 | 0 | 16 | 64 | 24 | 54 | 62 | 73 |
| Binary | 11001011 | 10101111 | 1100010 | 0 | 1110 | 110100 | 10100 | 101100 | 110010 | 111011 |
Color Harmonies of #CBAF62
Complementary color
Monochromatic Colors of #CBAF62
Black with #CBAF62
Text Example
Text Example
White with #CBAF62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBAF62; }
p { color: rgb(203,175,98); }
H1.HeaderClassName
{
color: #CBAF62;
}
.AnyTagClassName
{
color: #CBAF62;
}
</style>
background-color css
<style>
a { background-color: #CBAF62; }
a { background-color: rgb(203,175,98); }
div.DivClassName
{
background-color: #CBAF62;
}
.BgClassName
{
background-color: #CBAF62;
}
</style>
border-color css
<style>
span { border-color: #CBAF62; }
span { border-color: rgb(203,175,98); }
td.TdClassName
{
border-color: #CBAF62;
}
.TagClassName
{
border-color: #CBAF62;
}
</style>