Shades of Laser #CBAF61
Tints of Laser #CBAF61
RGB
CMYK
RGB Variations
Color information
#CBAF61 (or 0xCBAF61) is known color: Laser. HEX triplet: CB, AF and 61. RGB value is (203,175,97). Sum of RGB (Red+Green+Blue) = 203+175+97=475 (62% of max value = 765). Red value is 203 (79.69% from 255 or 42.74% from 475); Green value is 175 (68.75% from 255 or 36.84% from 475); Blue value is 97 (38.28% from 255 or 20.42% from 475); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAF61 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBAF61 is #34509E. Grayscale: #AEAEAE. Windows color (decimal): -3428511 or 6401995. OLE color: 6401995.
HSL color Cylindrical-coordinate representation of color #CBAF61: hue angle of 44.15º 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 #CBAF61 is Cyan = 0, Magento = 0.14, Yellow = 0.52 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 175 | 97 | - |
| CMYK | 0 | 0.14 | 0.52 | 0.20 |
| HSL | 44.15º | 0.5% | 0.59% | - |
| HSV(B) | 44.15º | 0.52% | 0.8% | - |
| XYZ | 42.12 | 44.22 | 17.62 | - |
| YUV | 174.48 | 84.28 | 148.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 175 | 97 | 0 | 0.14 | 0.52 | 0.20 | 44.15 | 0.5 | 0.59 |
| Hex | CB | AF | 61 | 0 | E | 34 | 14 | 2C | 32 | 3B |
| Octal | 313 | 257 | 141 | 0 | 16 | 64 | 24 | 54 | 62 | 73 |
| Binary | 11001011 | 10101111 | 1100001 | 0 | 1110 | 110100 | 10100 | 101100 | 110010 | 111011 |
Color Harmonies of #CBAF61
Complementary color
Monochromatic Colors of #CBAF61
Black with #CBAF61
Text Example
Text Example
White with #CBAF61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBAF61; }
p { color: rgb(203,175,97); }
H1.HeaderClassName
{
color: #CBAF61;
}
.AnyTagClassName
{
color: #CBAF61;
}
</style>
background-color css
<style>
a { background-color: #CBAF61; }
a { background-color: rgb(203,175,97); }
div.DivClassName
{
background-color: #CBAF61;
}
.BgClassName
{
background-color: #CBAF61;
}
</style>
border-color css
<style>
span { border-color: #CBAF61; }
span { border-color: rgb(203,175,97); }
td.TdClassName
{
border-color: #CBAF61;
}
.TagClassName
{
border-color: #CBAF61;
}
</style>