Shades of Manz #CFD755
Tints of Manz #CFD755
RGB
CMYK
RGB Variations
Color information
#CFD755 (or 0xCFD755) is known color: Manz. HEX triplet: CF, D7 and 55. RGB value is (207,215,85). Sum of RGB (Red+Green+Blue) = 207+215+85=507 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.83% from 507); Green value is 215 (84.38% from 255 or 42.41% from 507); Blue value is 85 (33.59% from 255 or 16.77% from 507); Max value from RGB is 215 - color contains mainly: green. Hex color #CFD755 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFD755 is #3028AA. Grayscale: #C6C6C6. Windows color (decimal): -3156139 or 5625807. OLE color: 5625807.
HSL color Cylindrical-coordinate representation of color #CFD755: hue angle of 63.69º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CFD755 is Cyan = 0.04, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 207 | 215 | 85 | - |
| CMYK | 0.04 | 0 | 0.60 | 0.16 |
| HSL | 63.69º | 0.62% | 0.59% | - |
| HSV(B) | 63.69º | 0.6% | 0.84% | - |
| XYZ | 51.67 | 62.52 | 17.94 | - |
| YUV | 197.79 | 64.35 | 134.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 215 | 85 | 0.04 | 0 | 0.60 | 0.16 | 63.69 | 0.62 | 0.59 |
| Hex | CF | D7 | 55 | 4 | 0 | 3C | 10 | 40 | 3E | 3B |
| Octal | 317 | 327 | 125 | 4 | 0 | 74 | 20 | 100 | 76 | 73 |
| Binary | 11001111 | 11010111 | 1010101 | 100 | 0 | 111100 | 10000 | 1000000 | 111110 | 111011 |
Color Harmonies of #CFD755
Complementary color
Monochromatic Colors of #CFD755
Black with #CFD755
Text Example
Text Example
White with #CFD755
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD755; }
p { color: rgb(207,215,85); }
H1.HeaderClassName
{
color: #CFD755;
}
.AnyTagClassName
{
color: #CFD755;
}
</style>
background-color css
<style>
a { background-color: #CFD755; }
a { background-color: rgb(207,215,85); }
div.DivClassName
{
background-color: #CFD755;
}
.BgClassName
{
background-color: #CFD755;
}
</style>
border-color css
<style>
span { border-color: #CFD755; }
span { border-color: rgb(207,215,85); }
td.TdClassName
{
border-color: #CFD755;
}
.TagClassName
{
border-color: #CFD755;
}
</style>