Shades of Reef #CBE692
Tints of Reef #CBE692
RGB
CMYK
RGB Variations
Color information
#CBE692 (or 0xCBE692) is known color: Reef. HEX triplet: CB, E6 and 92. RGB value is (203,230,146). Sum of RGB (Red+Green+Blue) = 203+230+146=579 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.06% from 579); Green value is 230 (90.23% from 255 or 39.72% from 579); Blue value is 146 (57.42% from 255 or 25.22% from 579); Max value from RGB is 230 - color contains mainly: green. Hex color #CBE692 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBE692 is #34196D. Grayscale: #D4D4D4. Windows color (decimal): -3414382 or 9627339. OLE color: 9627339.
HSL color Cylindrical-coordinate representation of color #CBE692: hue angle of 79.29º degrees, saturation: 0.63, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CBE692 is Cyan = 0.12, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 203 | 230 | 146 | - |
| CMYK | 0.12 | 0 | 0.37 | 0.10 |
| HSL | 79.29º | 0.63% | 0.74% | - |
| HSV(B) | 79.29º | 0.37% | 0.9% | - |
| XYZ | 58.11 | 71.37 | 37.91 | - |
| YUV | 212.35 | 90.55 | 121.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 230 | 146 | 0.12 | 0 | 0.37 | 0.10 | 79.29 | 0.63 | 0.74 |
| Hex | CB | E6 | 92 | C | 0 | 25 | A | 4F | 3F | 4A |
| Octal | 313 | 346 | 222 | 14 | 0 | 45 | 12 | 117 | 77 | 112 |
| Binary | 11001011 | 11100110 | 10010010 | 1100 | 0 | 100101 | 1010 | 1001111 | 111111 | 1001010 |
Color Harmonies of #CBE692
Complementary color
Monochromatic Colors of #CBE692
Black with #CBE692
Text Example
Text Example
White with #CBE692
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE692; }
p { color: rgb(203,230,146); }
H1.HeaderClassName
{
color: #CBE692;
}
.AnyTagClassName
{
color: #CBE692;
}
</style>
background-color css
<style>
a { background-color: #CBE692; }
a { background-color: rgb(203,230,146); }
div.DivClassName
{
background-color: #CBE692;
}
.BgClassName
{
background-color: #CBE692;
}
</style>
border-color css
<style>
span { border-color: #CBE692; }
span { border-color: rgb(203,230,146); }
td.TdClassName
{
border-color: #CBE692;
}
.TagClassName
{
border-color: #CBE692;
}
</style>