Shades of Cruise #C0E2DA
Tints of Cruise #C0E2DA
RGB
CMYK
RGB Variations
Color information
#C0E2DA (or 0xC0E2DA) is known color: Cruise. HEX triplet: C0, E2 and DA. RGB value is (192,226,218). Sum of RGB (Red+Green+Blue) = 192+226+218=636 (84% of max value = 765). Red value is 192 (75.39% from 255 or 30.19% from 636); Green value is 226 (88.67% from 255 or 35.53% from 636); Blue value is 218 (85.55% from 255 or 34.28% from 636); Max value from RGB is 226 - color contains mainly: green. Hex color #C0E2DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0E2DA is #3F1D25. Grayscale: #D6D6D6. Windows color (decimal): -4136230 or 14344896. OLE color: 14344896.
HSL color Cylindrical-coordinate representation of color #C0E2DA: hue angle of 165.88º degrees, saturation: 0.37, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C0E2DA is Cyan = 0.15, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
RGB | 192 | 226 | 218 | - |
CMYK | 0.15 | 0 | 0.04 | 0.11 |
HSL | 165.88º | 0.37% | 0.82% | - |
HSV(B) | 165.88º | 0.15% | 0.89% | - |
XYZ | 61.59 | 70.66 | 76.72 | - |
YUV | 214.92 | 129.74 | 111.65 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 192 | 226 | 218 | 0.15 | 0 | 0.04 | 0.11 | 165.88 | 0.37 | 0.82 |
Hex | C0 | E2 | DA | F | 0 | 4 | B | A6 | 25 | 52 |
Octal | 300 | 342 | 332 | 17 | 0 | 4 | 13 | 246 | 45 | 122 |
Binary | 11000000 | 11100010 | 11011010 | 1111 | 0 | 100 | 1011 | 10100110 | 100101 | 1010010 |
Color Harmonies of #C0E2DA
Complementary color
Monochromatic Colors of #C0E2DA
Black with #C0E2DA
Text Example
Text Example
White with #C0E2DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0E2DA; }
p { color: rgb(192,226,218); }
H1.HeaderClassName
{
color: #C0E2DA;
}
.AnyTagClassName
{
color: #C0E2DA;
}
</style>
background-color css
<style>
a { background-color: #C0E2DA; }
a { background-color: rgb(192,226,218); }
div.DivClassName
{
background-color: #C0E2DA;
}
.BgClassName
{
background-color: #C0E2DA;
}
</style>
border-color css
<style>
span { border-color: #C0E2DA; }
span { border-color: rgb(192,226,218); }
td.TdClassName
{
border-color: #C0E2DA;
}
.TagClassName
{
border-color: #C0E2DA;
}
</style>