Shades of Apache #CF9C5C
Tints of Apache #CF9C5C
RGB
CMYK
RGB Variations
Color information
#CF9C5C (or 0xCF9C5C) is known color: Apache. HEX triplet: CF, 9C and 5C. RGB value is (207,156,92). Sum of RGB (Red+Green+Blue) = 207+156+92=455 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.49% from 455); Green value is 156 (61.33% from 255 or 34.29% from 455); Blue value is 92 (36.33% from 255 or 20.22% from 455); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9C5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF9C5C is #3063A3. Grayscale: #A4A4A4. Windows color (decimal): -3171236 or 6069455. OLE color: 6069455.
HSL color Cylindrical-coordinate representation of color #CF9C5C: hue angle of 33.39º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CF9C5C is Cyan = 0, Magento = 0.25, Yellow = 0.56 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 156 | 92 | - |
| CMYK | 0 | 0.25 | 0.56 | 0.19 |
| HSL | 33.39º | 0.55% | 0.59% | - |
| HSV(B) | 33.39º | 0.56% | 0.81% | - |
| XYZ | 39.55 | 37.82 | 15.34 | - |
| YUV | 163.95 | 87.4 | 158.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 156 | 92 | 0 | 0.25 | 0.56 | 0.19 | 33.39 | 0.55 | 0.59 |
| Hex | CF | 9C | 5C | 0 | 19 | 38 | 13 | 21 | 37 | 3B |
| Octal | 317 | 234 | 134 | 0 | 31 | 70 | 23 | 41 | 67 | 73 |
| Binary | 11001111 | 10011100 | 1011100 | 0 | 11001 | 111000 | 10011 | 100001 | 110111 | 111011 |
Color Harmonies of #CF9C5C
Complementary color
Monochromatic Colors of #CF9C5C
Black with #CF9C5C
Text Example
Text Example
White with #CF9C5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9C5C; }
p { color: rgb(207,156,92); }
H1.HeaderClassName
{
color: #CF9C5C;
}
.AnyTagClassName
{
color: #CF9C5C;
}
</style>
background-color css
<style>
a { background-color: #CF9C5C; }
a { background-color: rgb(207,156,92); }
div.DivClassName
{
background-color: #CF9C5C;
}
.BgClassName
{
background-color: #CF9C5C;
}
</style>
border-color css
<style>
span { border-color: #CF9C5C; }
span { border-color: rgb(207,156,92); }
td.TdClassName
{
border-color: #CF9C5C;
}
.TagClassName
{
border-color: #CF9C5C;
}
</style>