Shades of Grey Nurse #CCCFC7
Tints of Grey Nurse #CCCFC7
RGB
CMYK
RGB Variations
Color information
#CCCFC7 (or 0xCCCFC7) is known color: Grey Nurse. HEX triplet: CC, CF and C7. RGB value is (204,207,199). Sum of RGB (Red+Green+Blue) = 204+207+199=610 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.44% from 610); Green value is 207 (81.25% from 255 or 33.93% from 610); Blue value is 199 (78.12% from 255 or 32.62% from 610); Max value from RGB is 207 - color contains mainly: green. Hex color #CCCFC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCCFC7 is #333038. Grayscale: #CDCDCD. Windows color (decimal): -3354681 or 13094860. OLE color: 13094860.
HSL color Cylindrical-coordinate representation of color #CCCFC7: hue angle of 82.5º degrees, saturation: 0.08, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #CCCFC7 is Cyan = 0.01, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.19.
Color convert
RGB | 204 | 207 | 199 | - |
CMYK | 0.01 | 0 | 0.04 | 0.19 |
HSL | 82.5º | 0.08% | 0.8% | - |
HSV(B) | 82.5º | 0.04% | 0.81% | - |
XYZ | 57.52 | 61.59 | 62.89 | - |
YUV | 205.19 | 124.51 | 127.15 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 207 | 199 | 0.01 | 0 | 0.04 | 0.19 | 82.5 | 0.08 | 0.8 |
Hex | CC | CF | C7 | 1 | 0 | 4 | 13 | 52 | 8 | 50 |
Octal | 314 | 317 | 307 | 1 | 0 | 4 | 23 | 122 | 10 | 120 |
Binary | 11001100 | 11001111 | 11000111 | 1 | 0 | 100 | 10011 | 1010010 | 1000 | 1010000 |
Color Harmonies of #CCCFC7
Complementary color
Monochromatic Colors of #CCCFC7
Black with #CCCFC7
Text Example
Text Example
White with #CCCFC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCFC7; }
p { color: rgb(204,207,199); }
H1.HeaderClassName
{
color: #CCCFC7;
}
.AnyTagClassName
{
color: #CCCFC7;
}
</style>
background-color css
<style>
a { background-color: #CCCFC7; }
a { background-color: rgb(204,207,199); }
div.DivClassName
{
background-color: #CCCFC7;
}
.BgClassName
{
background-color: #CCCFC7;
}
</style>
border-color css
<style>
span { border-color: #CCCFC7; }
span { border-color: rgb(204,207,199); }
td.TdClassName
{
border-color: #CCCFC7;
}
.TagClassName
{
border-color: #CCCFC7;
}
</style>