Shades of Cruise #C0DCD5
Tints of Cruise #C0DCD5
RGB
CMYK
RGB Variations
Color information
#C0DCD5 (or 0xC0DCD5) is known color: Cruise. HEX triplet: C0, DC and D5. RGB value is (192,220,213). Sum of RGB (Red+Green+Blue) = 192+220+213=625 (82% of max value = 765). Red value is 192 (75.39% from 255 or 30.72% from 625); Green value is 220 (86.33% from 255 or 35.2% from 625); Blue value is 213 (83.59% from 255 or 34.08% from 625); Max value from RGB is 220 - color contains mainly: green. Hex color #C0DCD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0DCD5 is #3F232A. Grayscale: #D2D2D2. Windows color (decimal): -4137771 or 14015680. OLE color: 14015680.
HSL color Cylindrical-coordinate representation of color #C0DCD5: hue angle of 165º degrees, saturation: 0.29, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C0DCD5 is Cyan = 0.13, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 192 | 220 | 213 | - |
| CMYK | 0.13 | 0 | 0.03 | 0.14 |
| HSL | 165º | 0.29% | 0.81% | - |
| HSV(B) | 165º | 0.13% | 0.86% | - |
| XYZ | 59.34 | 67.2 | 72.79 | - |
| YUV | 210.83 | 129.22 | 114.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 220 | 213 | 0.13 | 0 | 0.03 | 0.14 | 165 | 0.29 | 0.81 |
| Hex | C0 | DC | D5 | D | 0 | 3 | E | A5 | 1D | 51 |
| Octal | 300 | 334 | 325 | 15 | 0 | 3 | 16 | 245 | 35 | 121 |
| Binary | 11000000 | 11011100 | 11010101 | 1101 | 0 | 11 | 1110 | 10100101 | 11101 | 1010001 |
Color Harmonies of #C0DCD5
Complementary color
Monochromatic Colors of #C0DCD5
Black with #C0DCD5
Text Example
Text Example
White with #C0DCD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0DCD5; }
p { color: rgb(192,220,213); }
H1.HeaderClassName
{
color: #C0DCD5;
}
.AnyTagClassName
{
color: #C0DCD5;
}
</style>
background-color css
<style>
a { background-color: #C0DCD5; }
a { background-color: rgb(192,220,213); }
div.DivClassName
{
background-color: #C0DCD5;
}
.BgClassName
{
background-color: #C0DCD5;
}
</style>
border-color css
<style>
span { border-color: #C0DCD5; }
span { border-color: rgb(192,220,213); }
td.TdClassName
{
border-color: #C0DCD5;
}
.TagClassName
{
border-color: #C0DCD5;
}
</style>