Shades of Reef #CAE9A5
Tints of Reef #CAE9A5
RGB
CMYK
RGB Variations
Color information
#CAE9A5 (or 0xCAE9A5) is known color: Reef. HEX triplet: CA, E9 and A5. RGB value is (202,233,165). Sum of RGB (Red+Green+Blue) = 202+233+165=600 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.67% from 600); Green value is 233 (91.41% from 255 or 38.83% from 600); Blue value is 165 (64.84% from 255 or 27.5% from 600); Max value from RGB is 233 - color contains mainly: green. Hex color #CAE9A5 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAE9A5 is #35165A. Grayscale: #D8D8D8. Windows color (decimal): -3479131 or 10873290. OLE color: 10873290.
HSL color Cylindrical-coordinate representation of color #CAE9A5: hue angle of 87.35º degrees, saturation: 0.61, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CAE9A5 is Cyan = 0.13, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 202 | 233 | 165 | - |
| CMYK | 0.13 | 0 | 0.29 | 0.09 |
| HSL | 87.35º | 0.61% | 0.78% | - |
| HSV(B) | 87.35º | 0.29% | 0.91% | - |
| XYZ | 60.29 | 73.55 | 46.62 | - |
| YUV | 215.98 | 99.23 | 118.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 233 | 165 | 0.13 | 0 | 0.29 | 0.09 | 87.35 | 0.61 | 0.78 |
| Hex | CA | E9 | A5 | D | 0 | 1D | 9 | 57 | 3D | 4E |
| Octal | 312 | 351 | 245 | 15 | 0 | 35 | 11 | 127 | 75 | 116 |
| Binary | 11001010 | 11101001 | 10100101 | 1101 | 0 | 11101 | 1001 | 1010111 | 111101 | 1001110 |
Color Harmonies of #CAE9A5
Complementary color
Monochromatic Colors of #CAE9A5
Black with #CAE9A5
Text Example
Text Example
White with #CAE9A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAE9A5; }
p { color: rgb(202,233,165); }
H1.HeaderClassName
{
color: #CAE9A5;
}
.AnyTagClassName
{
color: #CAE9A5;
}
</style>
background-color css
<style>
a { background-color: #CAE9A5; }
a { background-color: rgb(202,233,165); }
div.DivClassName
{
background-color: #CAE9A5;
}
.BgClassName
{
background-color: #CAE9A5;
}
</style>
border-color css
<style>
span { border-color: #CAE9A5; }
span { border-color: rgb(202,233,165); }
td.TdClassName
{
border-color: #CAE9A5;
}
.TagClassName
{
border-color: #CAE9A5;
}
</style>