Shades of Deco #CACD7B
Tints of Deco #CACD7B
RGB
CMYK
RGB Variations
Color information
#CACD7B (or 0xCACD7B) is known color: Deco. HEX triplet: CA, CD and 7B. RGB value is (202,205,123). Sum of RGB (Red+Green+Blue) = 202+205+123=530 (70% of max value = 765). Red value is 202 (79.30% from 255 or 38.11% from 530); Green value is 205 (80.47% from 255 or 38.68% from 530); Blue value is 123 (48.44% from 255 or 23.21% from 530); Max value from RGB is 205 - color contains mainly: green. Hex color #CACD7B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CACD7B is #353284. Grayscale: #C3C3C3. Windows color (decimal): -3486341 or 8113610. OLE color: 8113610.
HSL color Cylindrical-coordinate representation of color #CACD7B: hue angle of 62.2º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CACD7B is Cyan = 0.01, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 202 | 205 | 123 | - |
| CMYK | 0.01 | 0 | 0.4 | 0.20 |
| HSL | 62.2º | 0.45% | 0.64% | - |
| HSV(B) | 62.2º | 0.4% | 0.8% | - |
| XYZ | 49.76 | 57.65 | 27.24 | - |
| YUV | 194.76 | 87.51 | 133.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 205 | 123 | 0.01 | 0 | 0.4 | 0.20 | 62.2 | 0.45 | 0.64 |
| Hex | CA | CD | 7B | 1 | 0 | 28 | 14 | 3E | 2D | 40 |
| Octal | 312 | 315 | 173 | 1 | 0 | 50 | 24 | 76 | 55 | 100 |
| Binary | 11001010 | 11001101 | 1111011 | 1 | 0 | 101000 | 10100 | 111110 | 101101 | 1000000 |
Color Harmonies of #CACD7B
Complementary color
Monochromatic Colors of #CACD7B
Black with #CACD7B
Text Example
Text Example
White with #CACD7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CACD7B; }
p { color: rgb(202,205,123); }
H1.HeaderClassName
{
color: #CACD7B;
}
.AnyTagClassName
{
color: #CACD7B;
}
</style>
background-color css
<style>
a { background-color: #CACD7B; }
a { background-color: rgb(202,205,123); }
div.DivClassName
{
background-color: #CACD7B;
}
.BgClassName
{
background-color: #CACD7B;
}
</style>
border-color css
<style>
span { border-color: #CACD7B; }
span { border-color: rgb(202,205,123); }
td.TdClassName
{
border-color: #CACD7B;
}
.TagClassName
{
border-color: #CACD7B;
}
</style>