Shades of Onahau #C0DCE3
Tints of Onahau #C0DCE3
RGB
CMYK
RGB Variations
Color information
#C0DCE3 (or 0xC0DCE3) is known color: Onahau. HEX triplet: C0, DC and E3. RGB value is (192,220,227). Sum of RGB (Red+Green+Blue) = 192+220+227=639 (84% of max value = 765). Red value is 192 (75.39% from 255 or 30.05% from 639); Green value is 220 (86.33% from 255 or 34.43% from 639); Blue value is 227 (89.06% from 255 or 35.52% from 639); Max value from RGB is 227 - color contains mainly: blue. Hex color #C0DCE3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0DCE3 is #3F231C. Grayscale: #D4D4D4. Windows color (decimal): -4137757 or 14933184. OLE color: 14933184.
HSL color Cylindrical-coordinate representation of color #C0DCE3: hue angle of 192º degrees, saturation: 0.38, 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 #C0DCE3 is Cyan = 0.15, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 192 | 220 | 227 | - |
| CMYK | 0.15 | 0.03 | 0 | 0.11 |
| HSL | 192º | 0.38% | 0.82% | - |
| HSV(B) | 192º | 0.15% | 0.89% | - |
| XYZ | 61.2 | 67.94 | 82.56 | - |
| YUV | 212.43 | 136.22 | 113.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 220 | 227 | 0.15 | 0.03 | 0 | 0.11 | 192 | 0.38 | 0.82 |
| Hex | C0 | DC | E3 | F | 3 | 0 | B | C0 | 26 | 52 |
| Octal | 300 | 334 | 343 | 17 | 3 | 0 | 13 | 300 | 46 | 122 |
| Binary | 11000000 | 11011100 | 11100011 | 1111 | 11 | 0 | 1011 | 11000000 | 100110 | 1010010 |
Color Harmonies of #C0DCE3
Complementary color
Monochromatic Colors of #C0DCE3
Black with #C0DCE3
Text Example
Text Example
White with #C0DCE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0DCE3; }
p { color: rgb(192,220,227); }
H1.HeaderClassName
{
color: #C0DCE3;
}
.AnyTagClassName
{
color: #C0DCE3;
}
</style>
background-color css
<style>
a { background-color: #C0DCE3; }
a { background-color: rgb(192,220,227); }
div.DivClassName
{
background-color: #C0DCE3;
}
.BgClassName
{
background-color: #C0DCE3;
}
</style>
border-color css
<style>
span { border-color: #C0DCE3; }
span { border-color: rgb(192,220,227); }
td.TdClassName
{
border-color: #C0DCE3;
}
.TagClassName
{
border-color: #C0DCE3;
}
</style>