Shades of Deco #C7CF8B
Tints of Deco #C7CF8B
RGB
CMYK
RGB Variations
Color information
#C7CF8B (or 0xC7CF8B) is known color: Deco. HEX triplet: C7, CF and 8B. RGB value is (199,207,139). Sum of RGB (Red+Green+Blue) = 199+207+139=545 (72% of max value = 765). Red value is 199 (78.12% from 255 or 36.51% from 545); Green value is 207 (81.25% from 255 or 37.98% from 545); Blue value is 139 (54.69% from 255 or 25.50% from 545); Max value from RGB is 207 - color contains mainly: green. Hex color #C7CF8B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7CF8B is #383074. Grayscale: #C5C5C5. Windows color (decimal): -3682421 or 9162695. OLE color: 9162695.
HSL color Cylindrical-coordinate representation of color #C7CF8B: hue angle of 67.06º degrees, saturation: 0.41, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C7CF8B is Cyan = 0.04, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 199 | 207 | 139 | - |
| CMYK | 0.04 | 0 | 0.33 | 0.19 |
| HSL | 67.06º | 0.41% | 0.68% | - |
| HSV(B) | 67.06º | 0.33% | 0.81% | - |
| XYZ | 50.53 | 58.63 | 33.08 | - |
| YUV | 196.86 | 95.35 | 129.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 207 | 139 | 0.04 | 0 | 0.33 | 0.19 | 67.06 | 0.41 | 0.68 |
| Hex | C7 | CF | 8B | 4 | 0 | 21 | 13 | 43 | 29 | 44 |
| Octal | 307 | 317 | 213 | 4 | 0 | 41 | 23 | 103 | 51 | 104 |
| Binary | 11000111 | 11001111 | 10001011 | 100 | 0 | 100001 | 10011 | 1000011 | 101001 | 1000100 |
Color Harmonies of #C7CF8B
Complementary color
Monochromatic Colors of #C7CF8B
Black with #C7CF8B
Text Example
Text Example
White with #C7CF8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7CF8B; }
p { color: rgb(199,207,139); }
H1.HeaderClassName
{
color: #C7CF8B;
}
.AnyTagClassName
{
color: #C7CF8B;
}
</style>
background-color css
<style>
a { background-color: #C7CF8B; }
a { background-color: rgb(199,207,139); }
div.DivClassName
{
background-color: #C7CF8B;
}
.BgClassName
{
background-color: #C7CF8B;
}
</style>
border-color css
<style>
span { border-color: #C7CF8B; }
span { border-color: rgb(199,207,139); }
td.TdClassName
{
border-color: #C7CF8B;
}
.TagClassName
{
border-color: #C7CF8B;
}
</style>