Shades of Bird Flower #CBB425
Tints of Bird Flower #CBB425
RGB
CMYK
RGB Variations
Color information
#CBB425 (or 0xCBB425) is known color: Bird Flower. HEX triplet: CB, B4 and 25. RGB value is (203,180,37). Sum of RGB (Red+Green+Blue) = 203+180+37=420 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.33% from 420); Green value is 180 (70.70% from 255 or 42.86% from 420); Blue value is 37 (14.84% from 255 or 8.81% from 420); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB425 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBB425 is #344BDA. Grayscale: #ABABAB. Windows color (decimal): -3427291 or 2471115. OLE color: 2471115.
HSL color Cylindrical-coordinate representation of color #CBB425: hue angle of 51.69º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CBB425 is Cyan = 0, Magento = 0.11, Yellow = 0.82 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 180 | 37 | - |
| CMYK | 0 | 0.11 | 0.82 | 0.20 |
| HSL | 51.69º | 0.69% | 0.47% | - |
| HSV(B) | 51.69º | 0.82% | 0.8% | - |
| XYZ | 41.28 | 45.47 | 8.35 | - |
| YUV | 170.58 | 52.62 | 151.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 180 | 37 | 0 | 0.11 | 0.82 | 0.20 | 51.69 | 0.69 | 0.47 |
| Hex | CB | B4 | 25 | 0 | B | 52 | 14 | 34 | 45 | 2F |
| Octal | 313 | 264 | 45 | 0 | 13 | 122 | 24 | 64 | 105 | 57 |
| Binary | 11001011 | 10110100 | 100101 | 0 | 1011 | 1010010 | 10100 | 110100 | 1000101 | 101111 |
Color Harmonies of #CBB425
Complementary color
Monochromatic Colors of #CBB425
Black with #CBB425
Text Example
Text Example
White with #CBB425
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB425; }
p { color: rgb(203,180,37); }
H1.HeaderClassName
{
color: #CBB425;
}
.AnyTagClassName
{
color: #CBB425;
}
</style>
background-color css
<style>
a { background-color: #CBB425; }
a { background-color: rgb(203,180,37); }
div.DivClassName
{
background-color: #CBB425;
}
.BgClassName
{
background-color: #CBB425;
}
</style>
border-color css
<style>
span { border-color: #CBB425; }
span { border-color: rgb(203,180,37); }
td.TdClassName
{
border-color: #CBB425;
}
.TagClassName
{
border-color: #CBB425;
}
</style>