Shades of Laser #CBAC66
Tints of Laser #CBAC66
RGB
CMYK
RGB Variations
Color information
#CBAC66 (or 0xCBAC66) is known color: Laser. HEX triplet: CB, AC and 66. RGB value is (203,172,102). Sum of RGB (Red+Green+Blue) = 203+172+102=477 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.56% from 477); Green value is 172 (67.58% from 255 or 36.06% from 477); Blue value is 102 (40.23% from 255 or 21.38% from 477); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAC66 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBAC66 is #345399. Grayscale: #ADADAD. Windows color (decimal): -3429274 or 6728907. OLE color: 6728907.
HSL color Cylindrical-coordinate representation of color #CBAC66: hue angle of 41.58º degrees, saturation: 0.49, 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 #CBAC66 is Cyan = 0, Magento = 0.15, Yellow = 0.50 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 172 | 102 | - |
| CMYK | 0 | 0.15 | 0.50 | 0.20 |
| HSL | 41.58º | 0.49% | 0.6% | - |
| HSV(B) | 41.58º | 0.5% | 0.8% | - |
| XYZ | 41.78 | 43.16 | 18.7 | - |
| YUV | 173.29 | 87.77 | 149.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 172 | 102 | 0 | 0.15 | 0.50 | 0.20 | 41.58 | 0.49 | 0.6 |
| Hex | CB | AC | 66 | 0 | F | 32 | 14 | 2A | 31 | 3C |
| Octal | 313 | 254 | 146 | 0 | 17 | 62 | 24 | 52 | 61 | 74 |
| Binary | 11001011 | 10101100 | 1100110 | 0 | 1111 | 110010 | 10100 | 101010 | 110001 | 111100 |
Color Harmonies of #CBAC66
Complementary color
Monochromatic Colors of #CBAC66
Black with #CBAC66
Text Example
Text Example
White with #CBAC66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBAC66; }
p { color: rgb(203,172,102); }
H1.HeaderClassName
{
color: #CBAC66;
}
.AnyTagClassName
{
color: #CBAC66;
}
</style>
background-color css
<style>
a { background-color: #CBAC66; }
a { background-color: rgb(203,172,102); }
div.DivClassName
{
background-color: #CBAC66;
}
.BgClassName
{
background-color: #CBAC66;
}
</style>
border-color css
<style>
span { border-color: #CBAC66; }
span { border-color: rgb(203,172,102); }
td.TdClassName
{
border-color: #CBAC66;
}
.TagClassName
{
border-color: #CBAC66;
}
</style>