Shades of Reef #CBE595
Tints of Reef #CBE595
RGB
CMYK
RGB Variations
Color information
#CBE595 (or 0xCBE595) is known color: Reef. HEX triplet: CB, E5 and 95. RGB value is (203,229,149). Sum of RGB (Red+Green+Blue) = 203+229+149=581 (76% of max value = 765). Red value is 203 (79.69% from 255 or 34.94% from 581); Green value is 229 (89.84% from 255 or 39.41% from 581); Blue value is 149 (58.59% from 255 or 25.65% from 581); Max value from RGB is 229 - color contains mainly: green. Hex color #CBE595 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBE595 is #341A6A. Grayscale: #D4D4D4. Windows color (decimal): -3414635 or 9823691. OLE color: 9823691.
HSL color Cylindrical-coordinate representation of color #CBE595: hue angle of 79.5º degrees, saturation: 0.61, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CBE595 is Cyan = 0.11, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 203 | 229 | 149 | - |
| CMYK | 0.11 | 0 | 0.35 | 0.10 |
| HSL | 79.5º | 0.61% | 0.74% | - |
| HSV(B) | 79.5º | 0.35% | 0.9% | - |
| XYZ | 58.07 | 70.91 | 39.06 | - |
| YUV | 212.11 | 92.39 | 121.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 229 | 149 | 0.11 | 0 | 0.35 | 0.10 | 79.5 | 0.61 | 0.74 |
| Hex | CB | E5 | 95 | B | 0 | 23 | A | 50 | 3D | 4A |
| Octal | 313 | 345 | 225 | 13 | 0 | 43 | 12 | 120 | 75 | 112 |
| Binary | 11001011 | 11100101 | 10010101 | 1011 | 0 | 100011 | 1010 | 1010000 | 111101 | 1001010 |
Color Harmonies of #CBE595
Complementary color
Monochromatic Colors of #CBE595
Black with #CBE595
Text Example
Text Example
White with #CBE595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE595; }
p { color: rgb(203,229,149); }
H1.HeaderClassName
{
color: #CBE595;
}
.AnyTagClassName
{
color: #CBE595;
}
</style>
background-color css
<style>
a { background-color: #CBE595; }
a { background-color: rgb(203,229,149); }
div.DivClassName
{
background-color: #CBE595;
}
.BgClassName
{
background-color: #CBE595;
}
</style>
border-color css
<style>
span { border-color: #CBE595; }
span { border-color: rgb(203,229,149); }
td.TdClassName
{
border-color: #CBE595;
}
.TagClassName
{
border-color: #CBE595;
}
</style>