Shades of Bird Flower #CAB423
Tints of Bird Flower #CAB423
RGB
CMYK
RGB Variations
Color information
#CAB423 (or 0xCAB423) is known color: Bird Flower. HEX triplet: CA, B4 and 23. RGB value is (202,180,35). Sum of RGB (Red+Green+Blue) = 202+180+35=417 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.44% from 417); Green value is 180 (70.70% from 255 or 43.17% from 417); Blue value is 35 (14.06% from 255 or 8.39% from 417); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB423 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAB423 is #354BDC. Grayscale: #AAAAAA. Windows color (decimal): -3492829 or 2340042. OLE color: 2340042.
HSL color Cylindrical-coordinate representation of color #CAB423: hue angle of 52.1º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CAB423 is Cyan = 0, Magento = 0.11, Yellow = 0.83 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 180 | 35 | - |
| CMYK | 0 | 0.11 | 0.83 | 0.21 |
| HSL | 52.1º | 0.7% | 0.46% | - |
| HSV(B) | 52.1º | 0.83% | 0.79% | - |
| XYZ | 40.98 | 45.32 | 8.18 | - |
| YUV | 170.05 | 51.79 | 150.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 180 | 35 | 0 | 0.11 | 0.83 | 0.21 | 52.1 | 0.7 | 0.46 |
| Hex | CA | B4 | 23 | 0 | B | 53 | 15 | 34 | 46 | 2E |
| Octal | 312 | 264 | 43 | 0 | 13 | 123 | 25 | 64 | 106 | 56 |
| Binary | 11001010 | 10110100 | 100011 | 0 | 1011 | 1010011 | 10101 | 110100 | 1000110 | 101110 |
Color Harmonies of #CAB423
Complementary color
Monochromatic Colors of #CAB423
Black with #CAB423
Text Example
Text Example
White with #CAB423
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB423; }
p { color: rgb(202,180,35); }
H1.HeaderClassName
{
color: #CAB423;
}
.AnyTagClassName
{
color: #CAB423;
}
</style>
background-color css
<style>
a { background-color: #CAB423; }
a { background-color: rgb(202,180,35); }
div.DivClassName
{
background-color: #CAB423;
}
.BgClassName
{
background-color: #CAB423;
}
</style>
border-color css
<style>
span { border-color: #CAB423; }
span { border-color: rgb(202,180,35); }
td.TdClassName
{
border-color: #CAB423;
}
.TagClassName
{
border-color: #CAB423;
}
</style>