Shades of Sulu #CADC91
Tints of Sulu #CADC91
RGB
CMYK
RGB Variations
Color information
#CADC91 (or 0xCADC91) is known color: Sulu. HEX triplet: CA, DC and 91. RGB value is (202,220,145). Sum of RGB (Red+Green+Blue) = 202+220+145=567 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.63% from 567); Green value is 220 (86.33% from 255 or 38.80% from 567); Blue value is 145 (57.03% from 255 or 25.57% from 567); Max value from RGB is 220 - color contains mainly: green. Hex color #CADC91 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CADC91 is #35236E. Grayscale: #CECECE. Windows color (decimal): -3482479 or 9559242. OLE color: 9559242.
HSL color Cylindrical-coordinate representation of color #CADC91: hue angle of 74.4º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CADC91 is Cyan = 0.08, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 202 | 220 | 145 | - |
| CMYK | 0.08 | 0 | 0.34 | 0.14 |
| HSL | 74.4º | 0.52% | 0.72% | - |
| HSV(B) | 74.4º | 0.34% | 0.86% | - |
| XYZ | 55.06 | 65.79 | 36.58 | - |
| YUV | 206.07 | 93.54 | 125.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 220 | 145 | 0.08 | 0 | 0.34 | 0.14 | 74.4 | 0.52 | 0.72 |
| Hex | CA | DC | 91 | 8 | 0 | 22 | E | 4A | 34 | 48 |
| Octal | 312 | 334 | 221 | 10 | 0 | 42 | 16 | 112 | 64 | 110 |
| Binary | 11001010 | 11011100 | 10010001 | 1000 | 0 | 100010 | 1110 | 1001010 | 110100 | 1001000 |
Color Harmonies of #CADC91
Complementary color
Monochromatic Colors of #CADC91
Black with #CADC91
Text Example
Text Example
White with #CADC91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CADC91; }
p { color: rgb(202,220,145); }
H1.HeaderClassName
{
color: #CADC91;
}
.AnyTagClassName
{
color: #CADC91;
}
</style>
background-color css
<style>
a { background-color: #CADC91; }
a { background-color: rgb(202,220,145); }
div.DivClassName
{
background-color: #CADC91;
}
.BgClassName
{
background-color: #CADC91;
}
</style>
border-color css
<style>
span { border-color: #CADC91; }
span { border-color: rgb(202,220,145); }
td.TdClassName
{
border-color: #CADC91;
}
.TagClassName
{
border-color: #CADC91;
}
</style>