Shades of Cloud #C6C0AF
Tints of Cloud #C6C0AF
RGB
CMYK
RGB Variations
Color information
#C6C0AF (or 0xC6C0AF) is known color: Cloud. HEX triplet: C6, C0 and AF. RGB value is (198,192,175). Sum of RGB (Red+Green+Blue) = 198+192+175=565 (74% of max value = 765). Red value is 198 (77.73% from 255 or 35.04% from 565); Green value is 192 (75.39% from 255 or 33.98% from 565); Blue value is 175 (68.75% from 255 or 30.97% from 565); Max value from RGB is 198 - color contains mainly: red. Hex color #C6C0AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6C0AF is #393F50. Grayscale: #BFBFBF. Windows color (decimal): -3751761 or 11518150. OLE color: 11518150.
HSL color Cylindrical-coordinate representation of color #C6C0AF: hue angle of 44.35º degrees, saturation: 0.17, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C6C0AF is Cyan = 0, Magento = 0.03, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
RGB | 198 | 192 | 175 | - |
CMYK | 0 | 0.03 | 0.12 | 0.22 |
HSL | 44.35º | 0.17% | 0.73% | - |
HSV(B) | 44.35º | 0.12% | 0.78% | - |
XYZ | 49.88 | 52.8 | 48.12 | - |
YUV | 191.86 | 118.49 | 132.38 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 198 | 192 | 175 | 0 | 0.03 | 0.12 | 0.22 | 44.35 | 0.17 | 0.73 |
Hex | C6 | C0 | AF | 0 | 3 | C | 16 | 2C | 11 | 49 |
Octal | 306 | 300 | 257 | 0 | 3 | 14 | 26 | 54 | 21 | 111 |
Binary | 11000110 | 11000000 | 10101111 | 0 | 11 | 1100 | 10110 | 101100 | 10001 | 1001001 |
Color Harmonies of #C6C0AF
Complementary color
Monochromatic Colors of #C6C0AF
Black with #C6C0AF
Text Example
Text Example
White with #C6C0AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6C0AF; }
p { color: rgb(198,192,175); }
H1.HeaderClassName
{
color: #C6C0AF;
}
.AnyTagClassName
{
color: #C6C0AF;
}
</style>
background-color css
<style>
a { background-color: #C6C0AF; }
a { background-color: rgb(198,192,175); }
div.DivClassName
{
background-color: #C6C0AF;
}
.BgClassName
{
background-color: #C6C0AF;
}
</style>
border-color css
<style>
span { border-color: #C6C0AF; }
span { border-color: rgb(198,192,175); }
td.TdClassName
{
border-color: #C6C0AF;
}
.TagClassName
{
border-color: #C6C0AF;
}
</style>