Shades of Reef #CBE492
Tints of Reef #CBE492
RGB
CMYK
RGB Variations
Color information
#CBE492 (or 0xCBE492) is known color: Reef. HEX triplet: CB, E4 and 92. RGB value is (203,228,146). Sum of RGB (Red+Green+Blue) = 203+228+146=577 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.18% from 577); Green value is 228 (89.45% from 255 or 39.51% from 577); Blue value is 146 (57.42% from 255 or 25.30% from 577); Max value from RGB is 228 - color contains mainly: green. Hex color #CBE492 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBE492 is #341B6D. Grayscale: #D3D3D3. Windows color (decimal): -3414894 or 9626827. OLE color: 9626827.
HSL color Cylindrical-coordinate representation of color #CBE492: hue angle of 78.29º degrees, saturation: 0.6, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CBE492 is Cyan = 0.11, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 203 | 228 | 146 | - |
| CMYK | 0.11 | 0 | 0.36 | 0.11 |
| HSL | 78.29º | 0.6% | 0.73% | - |
| HSV(B) | 78.29º | 0.36% | 0.89% | - |
| XYZ | 57.56 | 70.26 | 37.72 | - |
| YUV | 211.18 | 91.22 | 122.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 228 | 146 | 0.11 | 0 | 0.36 | 0.11 | 78.29 | 0.6 | 0.73 |
| Hex | CB | E4 | 92 | B | 0 | 24 | B | 4E | 3C | 49 |
| Octal | 313 | 344 | 222 | 13 | 0 | 44 | 13 | 116 | 74 | 111 |
| Binary | 11001011 | 11100100 | 10010010 | 1011 | 0 | 100100 | 1011 | 1001110 | 111100 | 1001001 |
Color Harmonies of #CBE492
Complementary color
Monochromatic Colors of #CBE492
Black with #CBE492
Text Example
Text Example
White with #CBE492
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE492; }
p { color: rgb(203,228,146); }
H1.HeaderClassName
{
color: #CBE492;
}
.AnyTagClassName
{
color: #CBE492;
}
</style>
background-color css
<style>
a { background-color: #CBE492; }
a { background-color: rgb(203,228,146); }
div.DivClassName
{
background-color: #CBE492;
}
.BgClassName
{
background-color: #CBE492;
}
</style>
border-color css
<style>
span { border-color: #CBE492; }
span { border-color: rgb(203,228,146); }
td.TdClassName
{
border-color: #CBE492;
}
.TagClassName
{
border-color: #CBE492;
}
</style>