Shades of Grey Nurse #CCCFC6
Tints of Grey Nurse #CCCFC6
RGB
CMYK
RGB Variations
Color information
#CCCFC6 (or 0xCCCFC6) is known color: Grey Nurse. HEX triplet: CC, CF and C6. RGB value is (204,207,198). Sum of RGB (Red+Green+Blue) = 204+207+198=609 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.50% from 609); Green value is 207 (81.25% from 255 or 33.99% from 609); Blue value is 198 (77.73% from 255 or 32.51% from 609); Max value from RGB is 207 - color contains mainly: green. Hex color #CCCFC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCCFC6 is #333039. Grayscale: #CDCDCD. Windows color (decimal): -3354682 or 13029324. OLE color: 13029324.
HSL color Cylindrical-coordinate representation of color #CCCFC6: hue angle of 80º degrees, saturation: 0.09, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #CCCFC6 is Cyan = 0.01, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.19.
Color convert
RGB | 204 | 207 | 198 | - |
CMYK | 0.01 | 0 | 0.04 | 0.19 |
HSL | 80º | 0.09% | 0.79% | - |
HSV(B) | 80º | 0.04% | 0.81% | - |
XYZ | 57.41 | 61.54 | 62.28 | - |
YUV | 205.08 | 124.01 | 127.23 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 207 | 198 | 0.01 | 0 | 0.04 | 0.19 | 80 | 0.09 | 0.79 |
Hex | CC | CF | C6 | 1 | 0 | 4 | 13 | 50 | 9 | 4F |
Octal | 314 | 317 | 306 | 1 | 0 | 4 | 23 | 120 | 11 | 117 |
Binary | 11001100 | 11001111 | 11000110 | 1 | 0 | 100 | 10011 | 1010000 | 1001 | 1001111 |
Color Harmonies of #CCCFC6
Complementary color
Monochromatic Colors of #CCCFC6
Black with #CCCFC6
Text Example
Text Example
White with #CCCFC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCFC6; }
p { color: rgb(204,207,198); }
H1.HeaderClassName
{
color: #CCCFC6;
}
.AnyTagClassName
{
color: #CCCFC6;
}
</style>
background-color css
<style>
a { background-color: #CCCFC6; }
a { background-color: rgb(204,207,198); }
div.DivClassName
{
background-color: #CCCFC6;
}
.BgClassName
{
background-color: #CCCFC6;
}
</style>
border-color css
<style>
span { border-color: #CCCFC6; }
span { border-color: rgb(204,207,198); }
td.TdClassName
{
border-color: #CCCFC6;
}
.TagClassName
{
border-color: #CCCFC6;
}
</style>