Shades of Reef #CBE1A5
Tints of Reef #CBE1A5
RGB
CMYK
RGB Variations
Color information
#CBE1A5 (or 0xCBE1A5) is known color: Reef. HEX triplet: CB, E1 and A5. RGB value is (203,225,165). Sum of RGB (Red+Green+Blue) = 203+225+165=593 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.23% from 593); Green value is 225 (88.28% from 255 or 37.94% from 593); Blue value is 165 (64.84% from 255 or 27.82% from 593); Max value from RGB is 225 - color contains mainly: green. Hex color #CBE1A5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBE1A5 is #341E5A. Grayscale: #D3D3D3. Windows color (decimal): -3415643 or 10871243. OLE color: 10871243.
HSL color Cylindrical-coordinate representation of color #CBE1A5: hue angle of 82º degrees, saturation: 0.5, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CBE1A5 is Cyan = 0.10, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 203 | 225 | 165 | - |
| CMYK | 0.10 | 0 | 0.27 | 0.12 |
| HSL | 82º | 0.5% | 0.76% | - |
| HSV(B) | 82º | 0.27% | 0.88% | - |
| XYZ | 58.35 | 69.26 | 45.89 | - |
| YUV | 211.58 | 101.71 | 121.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 225 | 165 | 0.10 | 0 | 0.27 | 0.12 | 82 | 0.5 | 0.76 |
| Hex | CB | E1 | A5 | A | 0 | 1B | C | 52 | 32 | 4C |
| Octal | 313 | 341 | 245 | 12 | 0 | 33 | 14 | 122 | 62 | 114 |
| Binary | 11001011 | 11100001 | 10100101 | 1010 | 0 | 11011 | 1100 | 1010010 | 110010 | 1001100 |
Color Harmonies of #CBE1A5
Complementary color
Monochromatic Colors of #CBE1A5
Black with #CBE1A5
Text Example
Text Example
White with #CBE1A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE1A5; }
p { color: rgb(203,225,165); }
H1.HeaderClassName
{
color: #CBE1A5;
}
.AnyTagClassName
{
color: #CBE1A5;
}
</style>
background-color css
<style>
a { background-color: #CBE1A5; }
a { background-color: rgb(203,225,165); }
div.DivClassName
{
background-color: #CBE1A5;
}
.BgClassName
{
background-color: #CBE1A5;
}
</style>
border-color css
<style>
span { border-color: #CBE1A5; }
span { border-color: rgb(203,225,165); }
td.TdClassName
{
border-color: #CBE1A5;
}
.TagClassName
{
border-color: #CBE1A5;
}
</style>