Shades of Deco #CAD48B
Tints of Deco #CAD48B
RGB
CMYK
RGB Variations
Color information
#CAD48B (or 0xCAD48B) is known color: Deco. HEX triplet: CA, D4 and 8B. RGB value is (202,212,139). Sum of RGB (Red+Green+Blue) = 202+212+139=553 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.53% from 553); Green value is 212 (83.20% from 255 or 38.34% from 553); Blue value is 139 (54.69% from 255 or 25.14% from 553); Max value from RGB is 212 - color contains mainly: green. Hex color #CAD48B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAD48B is #352B74. Grayscale: #C8C8C8. Windows color (decimal): -3484533 or 9163978. OLE color: 9163978.
HSL color Cylindrical-coordinate representation of color #CAD48B: hue angle of 68.22º degrees, saturation: 0.46, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CAD48B is Cyan = 0.05, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.17.
Color convert
RGB | 202 | 212 | 139 | - |
CMYK | 0.05 | 0 | 0.34 | 0.17 |
HSL | 68.22º | 0.46% | 0.69% | - |
HSV(B) | 68.22º | 0.34% | 0.83% | - |
XYZ | 52.56 | 61.51 | 33.53 | - |
YUV | 200.69 | 93.19 | 128.94 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 212 | 139 | 0.05 | 0 | 0.34 | 0.17 | 68.22 | 0.46 | 0.69 |
Hex | CA | D4 | 8B | 5 | 0 | 22 | 11 | 44 | 2E | 45 |
Octal | 312 | 324 | 213 | 5 | 0 | 42 | 21 | 104 | 56 | 105 |
Binary | 11001010 | 11010100 | 10001011 | 101 | 0 | 100010 | 10001 | 1000100 | 101110 | 1000101 |
Color Harmonies of #CAD48B
Complementary color
Monochromatic Colors of #CAD48B
Black with #CAD48B
Text Example
Text Example
White with #CAD48B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAD48B; }
p { color: rgb(202,212,139); }
H1.HeaderClassName
{
color: #CAD48B;
}
.AnyTagClassName
{
color: #CAD48B;
}
</style>
background-color css
<style>
a { background-color: #CAD48B; }
a { background-color: rgb(202,212,139); }
div.DivClassName
{
background-color: #CAD48B;
}
.BgClassName
{
background-color: #CAD48B;
}
</style>
border-color css
<style>
span { border-color: #CAD48B; }
span { border-color: rgb(202,212,139); }
td.TdClassName
{
border-color: #CAD48B;
}
.TagClassName
{
border-color: #CAD48B;
}
</style>