Shades of Laser #CBAE64
Tints of Laser #CBAE64
RGB
CMYK
RGB Variations
Color information
#CBAE64 (or 0xCBAE64) is known color: Laser. HEX triplet: CB, AE and 64. RGB value is (203,174,100). Sum of RGB (Red+Green+Blue) = 203+174+100=477 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.56% from 477); Green value is 174 (68.36% from 255 or 36.48% from 477); Blue value is 100 (39.45% from 255 or 20.96% from 477); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAE64 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBAE64 is #34519B. Grayscale: #AEAEAE. Windows color (decimal): -3428764 or 6598347. OLE color: 6598347.
HSL color Cylindrical-coordinate representation of color #CBAE64: hue angle of 43.11º 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 #CBAE64 is Cyan = 0, Magento = 0.14, Yellow = 0.51 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 174 | 100 | - |
| CMYK | 0 | 0.14 | 0.51 | 0.20 |
| HSL | 43.11º | 0.5% | 0.59% | - |
| HSV(B) | 43.11º | 0.51% | 0.8% | - |
| XYZ | 42.06 | 43.89 | 18.31 | - |
| YUV | 174.24 | 86.11 | 148.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 174 | 100 | 0 | 0.14 | 0.51 | 0.20 | 43.11 | 0.5 | 0.59 |
| Hex | CB | AE | 64 | 0 | E | 33 | 14 | 2B | 32 | 3B |
| Octal | 313 | 256 | 144 | 0 | 16 | 63 | 24 | 53 | 62 | 73 |
| Binary | 11001011 | 10101110 | 1100100 | 0 | 1110 | 110011 | 10100 | 101011 | 110010 | 111011 |
Color Harmonies of #CBAE64
Complementary color
Monochromatic Colors of #CBAE64
Black with #CBAE64
Text Example
Text Example
White with #CBAE64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBAE64; }
p { color: rgb(203,174,100); }
H1.HeaderClassName
{
color: #CBAE64;
}
.AnyTagClassName
{
color: #CBAE64;
}
</style>
background-color css
<style>
a { background-color: #CBAE64; }
a { background-color: rgb(203,174,100); }
div.DivClassName
{
background-color: #CBAE64;
}
.BgClassName
{
background-color: #CBAE64;
}
</style>
border-color css
<style>
span { border-color: #CBAE64; }
span { border-color: rgb(203,174,100); }
td.TdClassName
{
border-color: #CBAE64;
}
.TagClassName
{
border-color: #CBAE64;
}
</style>