Shades of Sulu #CADC8A
Tints of Sulu #CADC8A
RGB
CMYK
RGB Variations
Color information
#CADC8A (or 0xCADC8A) is known color: Sulu. HEX triplet: CA, DC and 8A. RGB value is (202,220,138). Sum of RGB (Red+Green+Blue) = 202+220+138=560 (74% of max value = 765). Red value is 202 (79.30% from 255 or 36.07% from 560); Green value is 220 (86.33% from 255 or 39.29% from 560); Blue value is 138 (54.30% from 255 or 24.64% from 560); Max value from RGB is 220 - color contains mainly: green. Hex color #CADC8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CADC8A is #352375. Grayscale: #CDCDCD. Windows color (decimal): -3482486 or 9100490. OLE color: 9100490.
HSL color Cylindrical-coordinate representation of color #CADC8A: hue angle of 73.17º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CADC8A is Cyan = 0.08, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 202 | 220 | 138 | - |
| CMYK | 0.08 | 0 | 0.37 | 0.14 |
| HSL | 73.17º | 0.54% | 0.7% | - |
| HSV(B) | 73.17º | 0.37% | 0.86% | - |
| XYZ | 54.54 | 65.58 | 33.83 | - |
| YUV | 205.27 | 90.04 | 125.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 220 | 138 | 0.08 | 0 | 0.37 | 0.14 | 73.17 | 0.54 | 0.7 |
| Hex | CA | DC | 8A | 8 | 0 | 25 | E | 49 | 36 | 46 |
| Octal | 312 | 334 | 212 | 10 | 0 | 45 | 16 | 111 | 66 | 106 |
| Binary | 11001010 | 11011100 | 10001010 | 1000 | 0 | 100101 | 1110 | 1001001 | 110110 | 1000110 |
Color Harmonies of #CADC8A
Complementary color
Monochromatic Colors of #CADC8A
Black with #CADC8A
Text Example
Text Example
White with #CADC8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CADC8A; }
p { color: rgb(202,220,138); }
H1.HeaderClassName
{
color: #CADC8A;
}
.AnyTagClassName
{
color: #CADC8A;
}
</style>
background-color css
<style>
a { background-color: #CADC8A; }
a { background-color: rgb(202,220,138); }
div.DivClassName
{
background-color: #CADC8A;
}
.BgClassName
{
background-color: #CADC8A;
}
</style>
border-color css
<style>
span { border-color: #CADC8A; }
span { border-color: rgb(202,220,138); }
td.TdClassName
{
border-color: #CADC8A;
}
.TagClassName
{
border-color: #CADC8A;
}
</style>