Shades of Sulu #CADB93
Tints of Sulu #CADB93
RGB
CMYK
RGB Variations
Color information
#CADB93 (or 0xCADB93) is known color: Sulu. HEX triplet: CA, DB and 93. RGB value is (202,219,147). Sum of RGB (Red+Green+Blue) = 202+219+147=568 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.56% from 568); Green value is 219 (85.94% from 255 or 38.56% from 568); Blue value is 147 (57.81% from 255 or 25.88% from 568); Max value from RGB is 219 - color contains mainly: green. Hex color #CADB93 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CADB93 is #35246C. Grayscale: #CDCDCD. Windows color (decimal): -3482733 or 9690058. OLE color: 9690058.
HSL color Cylindrical-coordinate representation of color #CADB93: hue angle of 74.17º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CADB93 is Cyan = 0.08, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 202 | 219 | 147 | - |
| CMYK | 0.08 | 0 | 0.33 | 0.14 |
| HSL | 74.17º | 0.5% | 0.72% | - |
| HSV(B) | 74.17º | 0.33% | 0.86% | - |
| XYZ | 54.96 | 65.33 | 37.32 | - |
| YUV | 205.71 | 94.87 | 125.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 219 | 147 | 0.08 | 0 | 0.33 | 0.14 | 74.17 | 0.5 | 0.72 |
| Hex | CA | DB | 93 | 8 | 0 | 21 | E | 4A | 32 | 48 |
| Octal | 312 | 333 | 223 | 10 | 0 | 41 | 16 | 112 | 62 | 110 |
| Binary | 11001010 | 11011011 | 10010011 | 1000 | 0 | 100001 | 1110 | 1001010 | 110010 | 1001000 |
Color Harmonies of #CADB93
Complementary color
Monochromatic Colors of #CADB93
Black with #CADB93
Text Example
Text Example
White with #CADB93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CADB93; }
p { color: rgb(202,219,147); }
H1.HeaderClassName
{
color: #CADB93;
}
.AnyTagClassName
{
color: #CADB93;
}
</style>
background-color css
<style>
a { background-color: #CADB93; }
a { background-color: rgb(202,219,147); }
div.DivClassName
{
background-color: #CADB93;
}
.BgClassName
{
background-color: #CADB93;
}
</style>
border-color css
<style>
span { border-color: #CADB93; }
span { border-color: rgb(202,219,147); }
td.TdClassName
{
border-color: #CADB93;
}
.TagClassName
{
border-color: #CADB93;
}
</style>