Shades of Laser #CBAF5A
Tints of Laser #CBAF5A
RGB
CMYK
RGB Variations
Color information
#CBAF5A (or 0xCBAF5A) is known color: Laser. HEX triplet: CB, AF and 5A. RGB value is (203,175,90). Sum of RGB (Red+Green+Blue) = 203+175+90=468 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.38% from 468); Green value is 175 (68.75% from 255 or 37.39% from 468); Blue value is 90 (35.55% from 255 or 19.23% from 468); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAF5A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBAF5A is #3450A5. Grayscale: #AEAEAE. Windows color (decimal): -3428518 or 5943243. OLE color: 5943243.
HSL color Cylindrical-coordinate representation of color #CBAF5A: hue angle of 45.13º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CBAF5A is Cyan = 0, Magento = 0.14, Yellow = 0.56 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 175 | 90 | - |
| CMYK | 0 | 0.14 | 0.56 | 0.20 |
| HSL | 45.13º | 0.52% | 0.57% | - |
| HSV(B) | 45.13º | 0.56% | 0.8% | - |
| XYZ | 41.8 | 44.09 | 15.98 | - |
| YUV | 173.68 | 80.78 | 148.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 175 | 90 | 0 | 0.14 | 0.56 | 0.20 | 45.13 | 0.52 | 0.57 |
| Hex | CB | AF | 5A | 0 | E | 38 | 14 | 2D | 34 | 39 |
| Octal | 313 | 257 | 132 | 0 | 16 | 70 | 24 | 55 | 64 | 71 |
| Binary | 11001011 | 10101111 | 1011010 | 0 | 1110 | 111000 | 10100 | 101101 | 110100 | 111001 |
Color Harmonies of #CBAF5A
Complementary color
Monochromatic Colors of #CBAF5A
Black with #CBAF5A
Text Example
Text Example
White with #CBAF5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBAF5A; }
p { color: rgb(203,175,90); }
H1.HeaderClassName
{
color: #CBAF5A;
}
.AnyTagClassName
{
color: #CBAF5A;
}
</style>
background-color css
<style>
a { background-color: #CBAF5A; }
a { background-color: rgb(203,175,90); }
div.DivClassName
{
background-color: #CBAF5A;
}
.BgClassName
{
background-color: #CBAF5A;
}
</style>
border-color css
<style>
span { border-color: #CBAF5A; }
span { border-color: rgb(203,175,90); }
td.TdClassName
{
border-color: #CBAF5A;
}
.TagClassName
{
border-color: #CBAF5A;
}
</style>