Shades of Deco #CACF7B
Tints of Deco #CACF7B
RGB
CMYK
RGB Variations
Color information
#CACF7B (or 0xCACF7B) is known color: Deco. HEX triplet: CA, CF and 7B. RGB value is (202,207,123). Sum of RGB (Red+Green+Blue) = 202+207+123=532 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.97% from 532); Green value is 207 (81.25% from 255 or 38.91% from 532); Blue value is 123 (48.44% from 255 or 23.12% from 532); Max value from RGB is 207 - color contains mainly: green. Hex color #CACF7B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CACF7B is #353084. Grayscale: #C4C4C4. Windows color (decimal): -3485829 or 8114122. OLE color: 8114122.
HSL color Cylindrical-coordinate representation of color #CACF7B: hue angle of 63.57º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CACF7B is Cyan = 0.02, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 202 | 207 | 123 | - |
| CMYK | 0.02 | 0 | 0.41 | 0.19 |
| HSL | 63.57º | 0.47% | 0.65% | - |
| HSV(B) | 63.57º | 0.41% | 0.81% | - |
| XYZ | 50.25 | 58.61 | 27.4 | - |
| YUV | 195.93 | 86.84 | 132.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 207 | 123 | 0.02 | 0 | 0.41 | 0.19 | 63.57 | 0.47 | 0.65 |
| Hex | CA | CF | 7B | 2 | 0 | 29 | 13 | 40 | 2F | 41 |
| Octal | 312 | 317 | 173 | 2 | 0 | 51 | 23 | 100 | 57 | 101 |
| Binary | 11001010 | 11001111 | 1111011 | 10 | 0 | 101001 | 10011 | 1000000 | 101111 | 1000001 |
Color Harmonies of #CACF7B
Complementary color
Monochromatic Colors of #CACF7B
Black with #CACF7B
Text Example
Text Example
White with #CACF7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CACF7B; }
p { color: rgb(202,207,123); }
H1.HeaderClassName
{
color: #CACF7B;
}
.AnyTagClassName
{
color: #CACF7B;
}
</style>
background-color css
<style>
a { background-color: #CACF7B; }
a { background-color: rgb(202,207,123); }
div.DivClassName
{
background-color: #CACF7B;
}
.BgClassName
{
background-color: #CACF7B;
}
</style>
border-color css
<style>
span { border-color: #CACF7B; }
span { border-color: rgb(202,207,123); }
td.TdClassName
{
border-color: #CACF7B;
}
.TagClassName
{
border-color: #CACF7B;
}
</style>