Shades of Bird Flower #CAB202
Tints of Bird Flower #CAB202
RGB
CMYK
RGB Variations
Color information
#CAB202 (or 0xCAB202) is known color: Bird Flower. HEX triplet: CA, B2 and 02. RGB value is (202,178,2). Sum of RGB (Red+Green+Blue) = 202+178+2=382 (50% of max value = 765). Red value is 202 (79.30% from 255 or 52.88% from 382); Green value is 178 (69.92% from 255 or 46.60% from 382); Blue value is 2 (1.17% from 255 or 0.52% from 382); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB202 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CAB202 is #354DFD. Grayscale: #A5A5A5. Windows color (decimal): -3493374 or 176842. OLE color: 176842.
HSL color Cylindrical-coordinate representation of color #CAB202: hue angle of 52.8º 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 #CAB202 is Cyan = 0, Magento = 0.12, Yellow = 0.99 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 178 | 2 | - |
| CMYK | 0 | 0.12 | 0.99 | 0.21 |
| HSL | 52.8º | 0.98% | 0.4% | - |
| HSV(B) | 52.8º | 0.99% | 0.79% | - |
| XYZ | 40.29 | 44.4 | 6.5 | - |
| YUV | 165.11 | 35.95 | 154.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 178 | 2 | 0 | 0.12 | 0.99 | 0.21 | 52.8 | 0.98 | 0.4 |
| Hex | CA | B2 | 2 | 0 | C | 63 | 15 | 35 | 62 | 28 |
| Octal | 312 | 262 | 2 | 0 | 14 | 143 | 25 | 65 | 142 | 50 |
| Binary | 11001010 | 10110010 | 10 | 0 | 1100 | 1100011 | 10101 | 110101 | 1100010 | 101000 |
Color Harmonies of #CAB202
Complementary color
Monochromatic Colors of #CAB202
Black with #CAB202
Text Example
Text Example
White with #CAB202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB202; }
p { color: rgb(202,178,2); }
H1.HeaderClassName
{
color: #CAB202;
}
.AnyTagClassName
{
color: #CAB202;
}
</style>
background-color css
<style>
a { background-color: #CAB202; }
a { background-color: rgb(202,178,2); }
div.DivClassName
{
background-color: #CAB202;
}
.BgClassName
{
background-color: #CAB202;
}
</style>
border-color css
<style>
span { border-color: #CAB202; }
span { border-color: rgb(202,178,2); }
td.TdClassName
{
border-color: #CAB202;
}
.TagClassName
{
border-color: #CAB202;
}
</style>