Shades of Grey Nurse #CACCC7
Tints of Grey Nurse #CACCC7
RGB
CMYK
RGB Variations
Color information
#CACCC7 (or 0xCACCC7) is known color: Grey Nurse. HEX triplet: CA, CC and C7. RGB value is (202,204,199). Sum of RGB (Red+Green+Blue) = 202+204+199=605 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.39% from 605); Green value is 204 (80.08% from 255 or 33.72% from 605); Blue value is 199 (78.12% from 255 or 32.89% from 605); Max value from RGB is 204 - color contains mainly: green. Hex color #CACCC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CACCC7 is #353338. Grayscale: #CACACA. Windows color (decimal): -3486521 or 13094090. OLE color: 13094090.
HSL color Cylindrical-coordinate representation of color #CACCC7: hue angle of 84º degrees, saturation: 0.05, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #CACCC7 is Cyan = 0.01, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.2.
Color convert
RGB | 202 | 204 | 199 | - |
CMYK | 0.01 | 0 | 0.02 | 0.2 |
HSL | 84º | 0.05% | 0.79% | - |
HSV(B) | 84º | 0.02% | 0.8% | - |
XYZ | 56.26 | 59.87 | 62.62 | - |
YUV | 202.83 | 125.84 | 127.41 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 204 | 199 | 0.01 | 0 | 0.02 | 0.2 | 84 | 0.05 | 0.79 |
Hex | CA | CC | C7 | 1 | 0 | 2 | 14 | 54 | 5 | 4F |
Octal | 312 | 314 | 307 | 1 | 0 | 2 | 24 | 124 | 5 | 117 |
Binary | 11001010 | 11001100 | 11000111 | 1 | 0 | 10 | 10100 | 1010100 | 101 | 1001111 |
Color Harmonies of #CACCC7
Complementary color
Monochromatic Colors of #CACCC7
Black with #CACCC7
Text Example
Text Example
White with #CACCC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CACCC7; }
p { color: rgb(202,204,199); }
H1.HeaderClassName
{
color: #CACCC7;
}
.AnyTagClassName
{
color: #CACCC7;
}
</style>
background-color css
<style>
a { background-color: #CACCC7; }
a { background-color: rgb(202,204,199); }
div.DivClassName
{
background-color: #CACCC7;
}
.BgClassName
{
background-color: #CACCC7;
}
</style>
border-color css
<style>
span { border-color: #CACCC7; }
span { border-color: rgb(202,204,199); }
td.TdClassName
{
border-color: #CACCC7;
}
.TagClassName
{
border-color: #CACCC7;
}
</style>