Shades of Bird Flower #CAB102
Tints of Bird Flower #CAB102
RGB
CMYK
RGB Variations
Color information
#CAB102 (or 0xCAB102) is known color: Bird Flower. HEX triplet: CA, B1 and 02. RGB value is (202,177,2). Sum of RGB (Red+Green+Blue) = 202+177+2=381 (50% of max value = 765). Red value is 202 (79.30% from 255 or 53.02% from 381); Green value is 177 (69.53% from 255 or 46.46% from 381); Blue value is 2 (1.17% from 255 or 0.52% from 381); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB102 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CAB102 is #354EFD. Grayscale: #A5A5A5. Windows color (decimal): -3493630 or 176586. OLE color: 176586.
HSL color Cylindrical-coordinate representation of color #CAB102: hue angle of 52.5º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CAB102 is Cyan = 0, Magento = 0.12, Yellow = 0.99 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 177 | 2 | - |
| CMYK | 0 | 0.12 | 0.99 | 0.21 |
| HSL | 52.5º | 0.98% | 0.4% | - |
| HSV(B) | 52.5º | 0.99% | 0.79% | - |
| XYZ | 40.09 | 44.01 | 6.44 | - |
| YUV | 164.53 | 36.28 | 154.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 177 | 2 | 0 | 0.12 | 0.99 | 0.21 | 52.5 | 0.98 | 0.4 |
| Hex | CA | B1 | 2 | 0 | C | 63 | 15 | 34 | 62 | 28 |
| Octal | 312 | 261 | 2 | 0 | 14 | 143 | 25 | 64 | 142 | 50 |
| Binary | 11001010 | 10110001 | 10 | 0 | 1100 | 1100011 | 10101 | 110100 | 1100010 | 101000 |
Color Harmonies of #CAB102
Complementary color
Monochromatic Colors of #CAB102
Black with #CAB102
Text Example
Text Example
White with #CAB102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB102; }
p { color: rgb(202,177,2); }
H1.HeaderClassName
{
color: #CAB102;
}
.AnyTagClassName
{
color: #CAB102;
}
</style>
background-color css
<style>
a { background-color: #CAB102; }
a { background-color: rgb(202,177,2); }
div.DivClassName
{
background-color: #CAB102;
}
.BgClassName
{
background-color: #CAB102;
}
</style>
border-color css
<style>
span { border-color: #CAB102; }
span { border-color: rgb(202,177,2); }
td.TdClassName
{
border-color: #CAB102;
}
.TagClassName
{
border-color: #CAB102;
}
</style>