Shades of Harp #C6CCAF
Tints of Harp #C6CCAF
RGB
CMYK
RGB Variations
Color information
#C6CCAF (or 0xC6CCAF) is known color: Harp. HEX triplet: C6, CC and AF. RGB value is (198,204,175). Sum of RGB (Red+Green+Blue) = 198+204+175=577 (76% of max value = 765). Red value is 198 (77.73% from 255 or 34.32% from 577); Green value is 204 (80.08% from 255 or 35.36% from 577); Blue value is 175 (68.75% from 255 or 30.33% from 577); Max value from RGB is 204 - color contains mainly: green. Hex color #C6CCAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6CCAF is #393350. Grayscale: #C7C7C7. Windows color (decimal): -3748689 or 11521222. OLE color: 11521222.
HSL color Cylindrical-coordinate representation of color #C6CCAF: hue angle of 72.41º degrees, saturation: 0.22, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C6CCAF is Cyan = 0.03, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 198 | 204 | 175 | - |
| CMYK | 0.03 | 0 | 0.14 | 0.2 |
| HSL | 72.41º | 0.22% | 0.74% | - |
| HSV(B) | 72.41º | 0.14% | 0.8% | - |
| XYZ | 52.62 | 58.29 | 49.03 | - |
| YUV | 198.9 | 114.51 | 127.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 204 | 175 | 0.03 | 0 | 0.14 | 0.2 | 72.41 | 0.22 | 0.74 |
| Hex | C6 | CC | AF | 3 | 0 | E | 14 | 48 | 16 | 4A |
| Octal | 306 | 314 | 257 | 3 | 0 | 16 | 24 | 110 | 26 | 112 |
| Binary | 11000110 | 11001100 | 10101111 | 11 | 0 | 1110 | 10100 | 1001000 | 10110 | 1001010 |
Color Harmonies of #C6CCAF
Complementary color
Monochromatic Colors of #C6CCAF
Black with #C6CCAF
Text Example
Text Example
White with #C6CCAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6CCAF; }
p { color: rgb(198,204,175); }
H1.HeaderClassName
{
color: #C6CCAF;
}
.AnyTagClassName
{
color: #C6CCAF;
}
</style>
background-color css
<style>
a { background-color: #C6CCAF; }
a { background-color: rgb(198,204,175); }
div.DivClassName
{
background-color: #C6CCAF;
}
.BgClassName
{
background-color: #C6CCAF;
}
</style>
border-color css
<style>
span { border-color: #C6CCAF; }
span { border-color: rgb(198,204,175); }
td.TdClassName
{
border-color: #C6CCAF;
}
.TagClassName
{
border-color: #C6CCAF;
}
</style>