Shades of Grey Nurse #CACEC4
Tints of Grey Nurse #CACEC4
RGB
CMYK
RGB Variations
Color information
#CACEC4 (or 0xCACEC4) is known color: Grey Nurse. HEX triplet: CA, CE and C4. RGB value is (202,206,196). Sum of RGB (Red+Green+Blue) = 202+206+196=604 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.44% from 604); Green value is 206 (80.86% from 255 or 34.11% from 604); Blue value is 196 (76.95% from 255 or 32.45% from 604); Max value from RGB is 206 - color contains mainly: green. Hex color #CACEC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CACEC4 is #35313B. Grayscale: #CBCBCB. Windows color (decimal): -3486012 or 12897994. OLE color: 12897994.
HSL color Cylindrical-coordinate representation of color #CACEC4: hue angle of 84º degrees, saturation: 0.09, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #CACEC4 is Cyan = 0.02, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.19.
Color convert
RGB | 202 | 206 | 196 | - |
CMYK | 0.02 | 0 | 0.05 | 0.19 |
HSL | 84º | 0.09% | 0.79% | - |
HSV(B) | 84º | 0.05% | 0.81% | - |
XYZ | 56.39 | 60.68 | 60.97 | - |
YUV | 203.66 | 123.67 | 126.81 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 206 | 196 | 0.02 | 0 | 0.05 | 0.19 | 84 | 0.09 | 0.79 |
Hex | CA | CE | C4 | 2 | 0 | 5 | 13 | 54 | 9 | 4F |
Octal | 312 | 316 | 304 | 2 | 0 | 5 | 23 | 124 | 11 | 117 |
Binary | 11001010 | 11001110 | 11000100 | 10 | 0 | 101 | 10011 | 1010100 | 1001 | 1001111 |
Color Harmonies of #CACEC4
Complementary color
Monochromatic Colors of #CACEC4
Black with #CACEC4
Text Example
Text Example
White with #CACEC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CACEC4; }
p { color: rgb(202,206,196); }
H1.HeaderClassName
{
color: #CACEC4;
}
.AnyTagClassName
{
color: #CACEC4;
}
</style>
background-color css
<style>
a { background-color: #CACEC4; }
a { background-color: rgb(202,206,196); }
div.DivClassName
{
background-color: #CACEC4;
}
.BgClassName
{
background-color: #CACEC4;
}
</style>
border-color css
<style>
span { border-color: #CACEC4; }
span { border-color: rgb(202,206,196); }
td.TdClassName
{
border-color: #CACEC4;
}
.TagClassName
{
border-color: #CACEC4;
}
</style>