Shades of Laser #CBAF63
Tints of Laser #CBAF63
RGB
CMYK
RGB Variations
Color information
#CBAF63 (or 0xCBAF63) is known color: Laser. HEX triplet: CB, AF and 63. RGB value is (203,175,99). Sum of RGB (Red+Green+Blue) = 203+175+99=477 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.56% from 477); Green value is 175 (68.75% from 255 or 36.69% from 477); Blue value is 99 (39.06% from 255 or 20.75% from 477); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAF63 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBAF63 is #34509C. Grayscale: #AFAFAF. Windows color (decimal): -3428509 or 6533067. OLE color: 6533067.
HSL color Cylindrical-coordinate representation of color #CBAF63: hue angle of 43.85º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CBAF63 is Cyan = 0, Magento = 0.14, Yellow = 0.51 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 175 | 99 | - |
| CMYK | 0 | 0.14 | 0.51 | 0.20 |
| HSL | 43.85º | 0.5% | 0.59% | - |
| HSV(B) | 43.85º | 0.51% | 0.8% | - |
| XYZ | 42.21 | 44.26 | 18.12 | - |
| YUV | 174.71 | 85.28 | 148.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 175 | 99 | 0 | 0.14 | 0.51 | 0.20 | 43.85 | 0.5 | 0.59 |
| Hex | CB | AF | 63 | 0 | E | 33 | 14 | 2C | 32 | 3B |
| Octal | 313 | 257 | 143 | 0 | 16 | 63 | 24 | 54 | 62 | 73 |
| Binary | 11001011 | 10101111 | 1100011 | 0 | 1110 | 110011 | 10100 | 101100 | 110010 | 111011 |
Color Harmonies of #CBAF63
Complementary color
Monochromatic Colors of #CBAF63
Black with #CBAF63
Text Example
Text Example
White with #CBAF63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBAF63; }
p { color: rgb(203,175,99); }
H1.HeaderClassName
{
color: #CBAF63;
}
.AnyTagClassName
{
color: #CBAF63;
}
</style>
background-color css
<style>
a { background-color: #CBAF63; }
a { background-color: rgb(203,175,99); }
div.DivClassName
{
background-color: #CBAF63;
}
.BgClassName
{
background-color: #CBAF63;
}
</style>
border-color css
<style>
span { border-color: #CBAF63; }
span { border-color: rgb(203,175,99); }
td.TdClassName
{
border-color: #CBAF63;
}
.TagClassName
{
border-color: #CBAF63;
}
</style>