Shades of Sulu #CADB91
Tints of Sulu #CADB91
RGB
CMYK
RGB Variations
Color information
#CADB91 (or 0xCADB91) is known color: Sulu. HEX triplet: CA, DB and 91. RGB value is (202,219,145). Sum of RGB (Red+Green+Blue) = 202+219+145=566 (74% of max value = 765). Red value is 202 (79.30% from 255 or 35.69% from 566); Green value is 219 (85.94% from 255 or 38.69% from 566); Blue value is 145 (57.03% from 255 or 25.62% from 566); Max value from RGB is 219 - color contains mainly: green. Hex color #CADB91 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CADB91 is #35246E. Grayscale: #CDCDCD. Windows color (decimal): -3482735 or 9558986. OLE color: 9558986.
HSL color Cylindrical-coordinate representation of color #CADB91: hue angle of 73.78º degrees, saturation: 0.51, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CADB91 is Cyan = 0.08, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 202 | 219 | 145 | - |
| CMYK | 0.08 | 0 | 0.34 | 0.14 |
| HSL | 73.78º | 0.51% | 0.71% | - |
| HSV(B) | 73.78º | 0.34% | 0.86% | - |
| XYZ | 54.8 | 65.26 | 36.5 | - |
| YUV | 205.48 | 93.87 | 125.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 219 | 145 | 0.08 | 0 | 0.34 | 0.14 | 73.78 | 0.51 | 0.71 |
| Hex | CA | DB | 91 | 8 | 0 | 22 | E | 4A | 33 | 47 |
| Octal | 312 | 333 | 221 | 10 | 0 | 42 | 16 | 112 | 63 | 107 |
| Binary | 11001010 | 11011011 | 10010001 | 1000 | 0 | 100010 | 1110 | 1001010 | 110011 | 1000111 |
Color Harmonies of #CADB91
Complementary color
Monochromatic Colors of #CADB91
Black with #CADB91
Text Example
Text Example
White with #CADB91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CADB91; }
p { color: rgb(202,219,145); }
H1.HeaderClassName
{
color: #CADB91;
}
.AnyTagClassName
{
color: #CADB91;
}
</style>
background-color css
<style>
a { background-color: #CADB91; }
a { background-color: rgb(202,219,145); }
div.DivClassName
{
background-color: #CADB91;
}
.BgClassName
{
background-color: #CADB91;
}
</style>
border-color css
<style>
span { border-color: #CADB91; }
span { border-color: rgb(202,219,145); }
td.TdClassName
{
border-color: #CADB91;
}
.TagClassName
{
border-color: #CADB91;
}
</style>