Shades of Laser #CBAF5C
Tints of Laser #CBAF5C
RGB
CMYK
RGB Variations
Color information
#CBAF5C (or 0xCBAF5C) is known color: Laser. HEX triplet: CB, AF and 5C. RGB value is (203,175,92). Sum of RGB (Red+Green+Blue) = 203+175+92=470 (62% of max value = 765). Red value is 203 (79.69% from 255 or 43.19% from 470); Green value is 175 (68.75% from 255 or 37.23% from 470); Blue value is 92 (36.33% from 255 or 19.57% from 470); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAF5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBAF5C is #3450A3. Grayscale: #AEAEAE. Windows color (decimal): -3428516 or 6074315. OLE color: 6074315.
HSL color Cylindrical-coordinate representation of color #CBAF5C: hue angle of 44.86º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CBAF5C is Cyan = 0, Magento = 0.14, Yellow = 0.55 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 175 | 92 | - |
| CMYK | 0 | 0.14 | 0.55 | 0.20 |
| HSL | 44.86º | 0.52% | 0.58% | - |
| HSV(B) | 44.86º | 0.55% | 0.8% | - |
| XYZ | 41.89 | 44.13 | 16.44 | - |
| YUV | 173.91 | 81.78 | 148.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 175 | 92 | 0 | 0.14 | 0.55 | 0.20 | 44.86 | 0.52 | 0.58 |
| Hex | CB | AF | 5C | 0 | E | 37 | 14 | 2D | 34 | 3A |
| Octal | 313 | 257 | 134 | 0 | 16 | 67 | 24 | 55 | 64 | 72 |
| Binary | 11001011 | 10101111 | 1011100 | 0 | 1110 | 110111 | 10100 | 101101 | 110100 | 111010 |
Color Harmonies of #CBAF5C
Complementary color
Monochromatic Colors of #CBAF5C
Black with #CBAF5C
Text Example
Text Example
White with #CBAF5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBAF5C; }
p { color: rgb(203,175,92); }
H1.HeaderClassName
{
color: #CBAF5C;
}
.AnyTagClassName
{
color: #CBAF5C;
}
</style>
background-color css
<style>
a { background-color: #CBAF5C; }
a { background-color: rgb(203,175,92); }
div.DivClassName
{
background-color: #CBAF5C;
}
.BgClassName
{
background-color: #CBAF5C;
}
</style>
border-color css
<style>
span { border-color: #CBAF5C; }
span { border-color: rgb(203,175,92); }
td.TdClassName
{
border-color: #CBAF5C;
}
.TagClassName
{
border-color: #CBAF5C;
}
</style>