Shades of Apache #CFB055
Tints of Apache #CFB055
RGB
CMYK
RGB Variations
Color information
#CFB055 (or 0xCFB055) is known color: Apache. HEX triplet: CF, B0 and 55. RGB value is (207,176,85). Sum of RGB (Red+Green+Blue) = 207+176+85=468 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.23% from 468); Green value is 176 (69.14% from 255 or 37.61% from 468); Blue value is 85 (33.59% from 255 or 18.16% from 468); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB055 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFB055 is #304FAA. Grayscale: #AFAFAF. Windows color (decimal): -3166123 or 5615823. OLE color: 5615823.
HSL color Cylindrical-coordinate representation of color #CFB055: hue angle of 44.75º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CFB055 is Cyan = 0, Magento = 0.15, Yellow = 0.59 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 176 | 85 | - |
| CMYK | 0 | 0.15 | 0.59 | 0.19 |
| HSL | 44.75º | 0.56% | 0.57% | - |
| HSV(B) | 44.75º | 0.59% | 0.81% | - |
| XYZ | 42.9 | 44.97 | 15.01 | - |
| YUV | 174.9 | 77.27 | 150.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 176 | 85 | 0 | 0.15 | 0.59 | 0.19 | 44.75 | 0.56 | 0.57 |
| Hex | CF | B0 | 55 | 0 | F | 3B | 13 | 2D | 38 | 39 |
| Octal | 317 | 260 | 125 | 0 | 17 | 73 | 23 | 55 | 70 | 71 |
| Binary | 11001111 | 10110000 | 1010101 | 0 | 1111 | 111011 | 10011 | 101101 | 111000 | 111001 |
Color Harmonies of #CFB055
Complementary color
Monochromatic Colors of #CFB055
Black with #CFB055
Text Example
Text Example
White with #CFB055
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB055; }
p { color: rgb(207,176,85); }
H1.HeaderClassName
{
color: #CFB055;
}
.AnyTagClassName
{
color: #CFB055;
}
</style>
background-color css
<style>
a { background-color: #CFB055; }
a { background-color: rgb(207,176,85); }
div.DivClassName
{
background-color: #CFB055;
}
.BgClassName
{
background-color: #CFB055;
}
</style>
border-color css
<style>
span { border-color: #CFB055; }
span { border-color: rgb(207,176,85); }
td.TdClassName
{
border-color: #CFB055;
}
.TagClassName
{
border-color: #CFB055;
}
</style>