Shades of Bird Flower #CACB17
Tints of Bird Flower #CACB17
RGB
CMYK
RGB Variations
Color information
#CACB17 (or 0xCACB17) is known color: Bird Flower. HEX triplet: CA, CB and 17. RGB value is (202,203,23). Sum of RGB (Red+Green+Blue) = 202+203+23=428 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.20% from 428); Green value is 203 (79.69% from 255 or 47.43% from 428); Blue value is 23 (9.38% from 255 or 5.37% from 428); Max value from RGB is 203 - color contains mainly: green. Hex color #CACB17 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CACB17 is #3534E8. Grayscale: #B6B6B6. Windows color (decimal): -3486953 or 1559498. OLE color: 1559498.
HSL color Cylindrical-coordinate representation of color #CACB17: hue angle of 60.33º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CACB17 is Cyan = 0.00, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 202 | 203 | 23 | - |
| CMYK | 0.00 | 0 | 0.89 | 0.20 |
| HSL | 60.33º | 0.8% | 0.44% | - |
| HSV(B) | 60.33º | 0.89% | 0.8% | - |
| XYZ | 45.87 | 55.33 | 9.07 | - |
| YUV | 182.18 | 38.17 | 142.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 203 | 23 | 0.00 | 0 | 0.89 | 0.20 | 60.33 | 0.8 | 0.44 |
| Hex | CA | CB | 17 | 0 | 0 | 59 | 14 | 3C | 50 | 2C |
| Octal | 312 | 313 | 27 | 0 | 0 | 131 | 24 | 74 | 120 | 54 |
| Binary | 11001010 | 11001011 | 10111 | 0 | 0 | 1011001 | 10100 | 111100 | 1010000 | 101100 |
Color Harmonies of #CACB17
Complementary color
Monochromatic Colors of #CACB17
Black with #CACB17
Text Example
Text Example
White with #CACB17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CACB17; }
p { color: rgb(202,203,23); }
H1.HeaderClassName
{
color: #CACB17;
}
.AnyTagClassName
{
color: #CACB17;
}
</style>
background-color css
<style>
a { background-color: #CACB17; }
a { background-color: rgb(202,203,23); }
div.DivClassName
{
background-color: #CACB17;
}
.BgClassName
{
background-color: #CACB17;
}
</style>
border-color css
<style>
span { border-color: #CACB17; }
span { border-color: rgb(202,203,23); }
td.TdClassName
{
border-color: #CACB17;
}
.TagClassName
{
border-color: #CACB17;
}
</style>