Shades of Grey Nurse #C9CDC4
Tints of Grey Nurse #C9CDC4
RGB
CMYK
RGB Variations
Color information
#C9CDC4 (or 0xC9CDC4) is known color: Grey Nurse. HEX triplet: C9, CD and C4. RGB value is (201,205,196). Sum of RGB (Red+Green+Blue) = 201+205+196=602 (79% of max value = 765). Red value is 201 (78.91% from 255 or 33.39% from 602); Green value is 205 (80.47% from 255 or 34.05% from 602); Blue value is 196 (76.95% from 255 or 32.56% from 602); Max value from RGB is 205 - color contains mainly: green. Hex color #C9CDC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9CDC4 is #36323B. Grayscale: #CACACA. Windows color (decimal): -3551804 or 12897737. OLE color: 12897737.
HSL color Cylindrical-coordinate representation of color #C9CDC4: hue angle of 86.67º degrees, saturation: 0.08, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #C9CDC4 is Cyan = 0.02, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.20.
Color convert
RGB | 201 | 205 | 196 | - |
CMYK | 0.02 | 0 | 0.04 | 0.20 |
HSL | 86.67º | 0.08% | 0.79% | - |
HSV(B) | 86.67º | 0.04% | 0.8% | - |
XYZ | 55.88 | 60.07 | 60.87 | - |
YUV | 202.78 | 124.17 | 126.73 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 201 | 205 | 196 | 0.02 | 0 | 0.04 | 0.20 | 86.67 | 0.08 | 0.79 |
Hex | C9 | CD | C4 | 2 | 0 | 4 | 14 | 57 | 8 | 4F |
Octal | 311 | 315 | 304 | 2 | 0 | 4 | 24 | 127 | 10 | 117 |
Binary | 11001001 | 11001101 | 11000100 | 10 | 0 | 100 | 10100 | 1010111 | 1000 | 1001111 |
Color Harmonies of #C9CDC4
Complementary color
Monochromatic Colors of #C9CDC4
Black with #C9CDC4
Text Example
Text Example
White with #C9CDC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9CDC4; }
p { color: rgb(201,205,196); }
H1.HeaderClassName
{
color: #C9CDC4;
}
.AnyTagClassName
{
color: #C9CDC4;
}
</style>
background-color css
<style>
a { background-color: #C9CDC4; }
a { background-color: rgb(201,205,196); }
div.DivClassName
{
background-color: #C9CDC4;
}
.BgClassName
{
background-color: #C9CDC4;
}
</style>
border-color css
<style>
span { border-color: #C9CDC4; }
span { border-color: rgb(201,205,196); }
td.TdClassName
{
border-color: #C9CDC4;
}
.TagClassName
{
border-color: #C9CDC4;
}
</style>