Shades of Sulu #CBE685
Tints of Sulu #CBE685
RGB
CMYK
RGB Variations
Color information
#CBE685 (or 0xCBE685) is known color: Sulu. HEX triplet: CB, E6 and 85. RGB value is (203,230,133). Sum of RGB (Red+Green+Blue) = 203+230+133=566 (74% of max value = 765). Red value is 203 (79.69% from 255 or 35.87% from 566); Green value is 230 (90.23% from 255 or 40.64% from 566); Blue value is 133 (52.34% from 255 or 23.50% from 566); Max value from RGB is 230 - color contains mainly: green. Hex color #CBE685 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBE685 is #34197A. Grayscale: #D3D3D3. Windows color (decimal): -3414395 or 8775371. OLE color: 8775371.
HSL color Cylindrical-coordinate representation of color #CBE685: hue angle of 76.7º degrees, saturation: 0.66, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CBE685 is Cyan = 0.12, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 203 | 230 | 133 | - |
| CMYK | 0.12 | 0 | 0.42 | 0.10 |
| HSL | 76.7º | 0.66% | 0.71% | - |
| HSV(B) | 76.7º | 0.42% | 0.9% | - |
| XYZ | 57.16 | 70.98 | 32.88 | - |
| YUV | 210.87 | 84.05 | 122.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 230 | 133 | 0.12 | 0 | 0.42 | 0.10 | 76.7 | 0.66 | 0.71 |
| Hex | CB | E6 | 85 | C | 0 | 2A | A | 4D | 42 | 47 |
| Octal | 313 | 346 | 205 | 14 | 0 | 52 | 12 | 115 | 102 | 107 |
| Binary | 11001011 | 11100110 | 10000101 | 1100 | 0 | 101010 | 1010 | 1001101 | 1000010 | 1000111 |
Color Harmonies of #CBE685
Complementary color
Monochromatic Colors of #CBE685
Black with #CBE685
Text Example
Text Example
White with #CBE685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE685; }
p { color: rgb(203,230,133); }
H1.HeaderClassName
{
color: #CBE685;
}
.AnyTagClassName
{
color: #CBE685;
}
</style>
background-color css
<style>
a { background-color: #CBE685; }
a { background-color: rgb(203,230,133); }
div.DivClassName
{
background-color: #CBE685;
}
.BgClassName
{
background-color: #CBE685;
}
</style>
border-color css
<style>
span { border-color: #CBE685; }
span { border-color: rgb(203,230,133); }
td.TdClassName
{
border-color: #CBE685;
}
.TagClassName
{
border-color: #CBE685;
}
</style>