Shades of Sisal #CDC094
Tints of Sisal #CDC094
RGB
CMYK
RGB Variations
Color information
#CDC094 (or 0xCDC094) is known color: Sisal. HEX triplet: CD, C0 and 94. RGB value is (205,192,148). Sum of RGB (Red+Green+Blue) = 205+192+148=545 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.61% from 545); Green value is 192 (75.39% from 255 or 35.23% from 545); Blue value is 148 (58.20% from 255 or 27.16% from 545); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC094 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDC094 is #323F6B. Grayscale: #BFBFBF. Windows color (decimal): -3293036 or 9748685. OLE color: 9748685.
HSL color Cylindrical-coordinate representation of color #CDC094: hue angle of 46.32º degrees, saturation: 0.36, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CDC094 is Cyan = 0, Magento = 0.06, Yellow = 0.28 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 192 | 148 | - |
| CMYK | 0 | 0.06 | 0.28 | 0.20 |
| HSL | 46.32º | 0.36% | 0.69% | - |
| HSV(B) | 46.32º | 0.28% | 0.8% | - |
| XYZ | 49.37 | 52.82 | 35.61 | - |
| YUV | 190.87 | 103.81 | 138.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 192 | 148 | 0 | 0.06 | 0.28 | 0.20 | 46.32 | 0.36 | 0.69 |
| Hex | CD | C0 | 94 | 0 | 6 | 1C | 14 | 2E | 24 | 45 |
| Octal | 315 | 300 | 224 | 0 | 6 | 34 | 24 | 56 | 44 | 105 |
| Binary | 11001101 | 11000000 | 10010100 | 0 | 110 | 11100 | 10100 | 101110 | 100100 | 1000101 |
Color Harmonies of #CDC094
Complementary color
Monochromatic Colors of #CDC094
Black with #CDC094
Text Example
Text Example
White with #CDC094
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC094; }
p { color: rgb(205,192,148); }
H1.HeaderClassName
{
color: #CDC094;
}
.AnyTagClassName
{
color: #CDC094;
}
</style>
background-color css
<style>
a { background-color: #CDC094; }
a { background-color: rgb(205,192,148); }
div.DivClassName
{
background-color: #CDC094;
}
.BgClassName
{
background-color: #CDC094;
}
</style>
border-color css
<style>
span { border-color: #CDC094; }
span { border-color: rgb(205,192,148); }
td.TdClassName
{
border-color: #CDC094;
}
.TagClassName
{
border-color: #CDC094;
}
</style>