Shades of Laser #CBAE65
Tints of Laser #CBAE65
RGB
CMYK
RGB Variations
Color information
#CBAE65 (or 0xCBAE65) is known color: Laser. HEX triplet: CB, AE and 65. RGB value is (203,174,101). Sum of RGB (Red+Green+Blue) = 203+174+101=478 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.47% from 478); Green value is 174 (68.36% from 255 or 36.40% from 478); Blue value is 101 (39.84% from 255 or 21.13% from 478); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAE65 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBAE65 is #34519A. Grayscale: #AEAEAE. Windows color (decimal): -3428763 or 6663883. OLE color: 6663883.
HSL color Cylindrical-coordinate representation of color #CBAE65: hue angle of 42.94º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CBAE65 is Cyan = 0, Magento = 0.14, Yellow = 0.50 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 174 | 101 | - |
| CMYK | 0 | 0.14 | 0.50 | 0.20 |
| HSL | 42.94º | 0.5% | 0.6% | - |
| HSV(B) | 42.94º | 0.5% | 0.8% | - |
| XYZ | 42.11 | 43.91 | 18.57 | - |
| YUV | 174.35 | 86.61 | 148.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 174 | 101 | 0 | 0.14 | 0.50 | 0.20 | 42.94 | 0.5 | 0.6 |
| Hex | CB | AE | 65 | 0 | E | 32 | 14 | 2B | 32 | 3C |
| Octal | 313 | 256 | 145 | 0 | 16 | 62 | 24 | 53 | 62 | 74 |
| Binary | 11001011 | 10101110 | 1100101 | 0 | 1110 | 110010 | 10100 | 101011 | 110010 | 111100 |
Color Harmonies of #CBAE65
Complementary color
Monochromatic Colors of #CBAE65
Black with #CBAE65
Text Example
Text Example
White with #CBAE65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBAE65; }
p { color: rgb(203,174,101); }
H1.HeaderClassName
{
color: #CBAE65;
}
.AnyTagClassName
{
color: #CBAE65;
}
</style>
background-color css
<style>
a { background-color: #CBAE65; }
a { background-color: rgb(203,174,101); }
div.DivClassName
{
background-color: #CBAE65;
}
.BgClassName
{
background-color: #CBAE65;
}
</style>
border-color css
<style>
span { border-color: #CBAE65; }
span { border-color: rgb(203,174,101); }
td.TdClassName
{
border-color: #CBAE65;
}
.TagClassName
{
border-color: #CBAE65;
}
</style>