Shades of Bird Flower #CAC105
Tints of Bird Flower #CAC105
RGB
CMYK
RGB Variations
Color information
#CAC105 (or 0xCAC105) is known color: Bird Flower. HEX triplet: CA, C1 and 05. RGB value is (202,193,5). Sum of RGB (Red+Green+Blue) = 202+193+5=400 (52% of max value = 765). Red value is 202 (79.30% from 255 or 50.5% from 400); Green value is 193 (75.78% from 255 or 48.25% from 400); Blue value is 5 (2.34% from 255 or 1.25% from 400); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC105 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CAC105 is #353EFA. Grayscale: #AFAFAF. Windows color (decimal): -3489531 or 377290. OLE color: 377290.
HSL color Cylindrical-coordinate representation of color #CAC105: hue angle of 57.26º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CAC105 is Cyan = 0, Magento = 0.04, Yellow = 0.98 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 193 | 5 | - |
| CMYK | 0 | 0.04 | 0.98 | 0.21 |
| HSL | 57.26º | 0.95% | 0.41% | - |
| HSV(B) | 57.26º | 0.98% | 0.79% | - |
| XYZ | 43.45 | 50.71 | 7.64 | - |
| YUV | 174.26 | 32.48 | 147.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 193 | 5 | 0 | 0.04 | 0.98 | 0.21 | 57.26 | 0.95 | 0.41 |
| Hex | CA | C1 | 5 | 0 | 4 | 62 | 15 | 39 | 5F | 29 |
| Octal | 312 | 301 | 5 | 0 | 4 | 142 | 25 | 71 | 137 | 51 |
| Binary | 11001010 | 11000001 | 101 | 0 | 100 | 1100010 | 10101 | 111001 | 1011111 | 101001 |
Color Harmonies of #CAC105
Complementary color
Monochromatic Colors of #CAC105
Black with #CAC105
Text Example
Text Example
White with #CAC105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC105; }
p { color: rgb(202,193,5); }
H1.HeaderClassName
{
color: #CAC105;
}
.AnyTagClassName
{
color: #CAC105;
}
</style>
background-color css
<style>
a { background-color: #CAC105; }
a { background-color: rgb(202,193,5); }
div.DivClassName
{
background-color: #CAC105;
}
.BgClassName
{
background-color: #CAC105;
}
</style>
border-color css
<style>
span { border-color: #CAC105; }
span { border-color: rgb(202,193,5); }
td.TdClassName
{
border-color: #CAC105;
}
.TagClassName
{
border-color: #CAC105;
}
</style>