Shades of Bird Flower #CAB203
Tints of Bird Flower #CAB203
RGB
CMYK
RGB Variations
Color information
#CAB203 (or 0xCAB203) is known color: Bird Flower. HEX triplet: CA, B2 and 03. RGB value is (202,178,3). Sum of RGB (Red+Green+Blue) = 202+178+3=383 (50% of max value = 765). Red value is 202 (79.30% from 255 or 52.74% from 383); Green value is 178 (69.92% from 255 or 46.48% from 383); Blue value is 3 (1.56% from 255 or 0.78% from 383); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB203 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CAB203 is #354DFC. Grayscale: #A5A5A5. Windows color (decimal): -3493373 or 242378. OLE color: 242378.
HSL color Cylindrical-coordinate representation of color #CAB203: hue angle of 52.76º degrees, saturation: 0.97, 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 #CAB203 is Cyan = 0, Magento = 0.12, Yellow = 0.99 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 178 | 3 | - |
| CMYK | 0 | 0.12 | 0.99 | 0.21 |
| HSL | 52.76º | 0.97% | 0.4% | - |
| HSV(B) | 52.76º | 0.99% | 0.79% | - |
| XYZ | 40.29 | 44.4 | 6.53 | - |
| YUV | 165.23 | 36.45 | 154.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 178 | 3 | 0 | 0.12 | 0.99 | 0.21 | 52.76 | 0.97 | 0.4 |
| Hex | CA | B2 | 3 | 0 | C | 63 | 15 | 35 | 61 | 28 |
| Octal | 312 | 262 | 3 | 0 | 14 | 143 | 25 | 65 | 141 | 50 |
| Binary | 11001010 | 10110010 | 11 | 0 | 1100 | 1100011 | 10101 | 110101 | 1100001 | 101000 |
Color Harmonies of #CAB203
Complementary color
Monochromatic Colors of #CAB203
Black with #CAB203
Text Example
Text Example
White with #CAB203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB203; }
p { color: rgb(202,178,3); }
H1.HeaderClassName
{
color: #CAB203;
}
.AnyTagClassName
{
color: #CAB203;
}
</style>
background-color css
<style>
a { background-color: #CAB203; }
a { background-color: rgb(202,178,3); }
div.DivClassName
{
background-color: #CAB203;
}
.BgClassName
{
background-color: #CAB203;
}
</style>
border-color css
<style>
span { border-color: #CAB203; }
span { border-color: rgb(202,178,3); }
td.TdClassName
{
border-color: #CAB203;
}
.TagClassName
{
border-color: #CAB203;
}
</style>