Shades of Grey Nurse #C8CBC4
Tints of Grey Nurse #C8CBC4
RGB
CMYK
RGB Variations
Color information
#C8CBC4 (or 0xC8CBC4) is known color: Grey Nurse. HEX triplet: C8, CB and C4. RGB value is (200,203,196). Sum of RGB (Red+Green+Blue) = 200+203+196=599 (79% of max value = 765). Red value is 200 (78.52% from 255 or 33.39% from 599); Green value is 203 (79.69% from 255 or 33.89% from 599); Blue value is 196 (76.95% from 255 or 32.72% from 599); Max value from RGB is 203 - color contains mainly: green. Hex color #C8CBC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8CBC4 is #37343B. Grayscale: #C9C9C9. Windows color (decimal): -3617852 or 12897224. OLE color: 12897224.
HSL color Cylindrical-coordinate representation of color #C8CBC4: hue angle of 85.71º degrees, saturation: 0.06, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #C8CBC4 is Cyan = 0.01, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.20.
Color convert
RGB | 200 | 203 | 196 | - |
CMYK | 0.01 | 0 | 0.03 | 0.20 |
HSL | 85.71º | 0.06% | 0.78% | - |
HSV(B) | 85.71º | 0.03% | 0.8% | - |
XYZ | 55.14 | 58.98 | 60.7 | - |
YUV | 201.31 | 125.01 | 127.07 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 203 | 196 | 0.01 | 0 | 0.03 | 0.20 | 85.71 | 0.06 | 0.78 |
Hex | C8 | CB | C4 | 1 | 0 | 3 | 14 | 56 | 6 | 4E |
Octal | 310 | 313 | 304 | 1 | 0 | 3 | 24 | 126 | 6 | 116 |
Binary | 11001000 | 11001011 | 11000100 | 1 | 0 | 11 | 10100 | 1010110 | 110 | 1001110 |
Color Harmonies of #C8CBC4
Complementary color
Monochromatic Colors of #C8CBC4
Black with #C8CBC4
Text Example
Text Example
White with #C8CBC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8CBC4; }
p { color: rgb(200,203,196); }
H1.HeaderClassName
{
color: #C8CBC4;
}
.AnyTagClassName
{
color: #C8CBC4;
}
</style>
background-color css
<style>
a { background-color: #C8CBC4; }
a { background-color: rgb(200,203,196); }
div.DivClassName
{
background-color: #C8CBC4;
}
.BgClassName
{
background-color: #C8CBC4;
}
</style>
border-color css
<style>
span { border-color: #C8CBC4; }
span { border-color: rgb(200,203,196); }
td.TdClassName
{
border-color: #C8CBC4;
}
.TagClassName
{
border-color: #C8CBC4;
}
</style>