Shades of Orinoco #CDCDAF
Tints of Orinoco #CDCDAF
RGB
CMYK
RGB Variations
Color information
#CDCDAF (or 0xCDCDAF) is known color: Orinoco. HEX triplet: CD, CD and AF. RGB value is (205,205,175). Sum of RGB (Red+Green+Blue) = 205+205+175=585 (77% of max value = 765). Red value is 205 (80.47% from 255 or 35.04% from 585); Green value is 205 (80.47% from 255 or 35.04% from 585); Blue value is 175 (68.75% from 255 or 29.91% from 585); Max value from RGB is 205 - color contains mainly: red, green. Hex color #CDCDAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDCDAF is #323250. Grayscale: #C9C9C9. Windows color (decimal): -3289681 or 11521485. OLE color: 11521485.
HSL color Cylindrical-coordinate representation of color #CDCDAF: hue angle of 60º degrees, saturation: 0.23, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CDCDAF is Cyan = 0, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 205 | 175 | - |
| CMYK | 0 | 0 | 0.15 | 0.20 |
| HSL | 60º | 0.23% | 0.75% | - |
| HSV(B) | 60º | 0.15% | 0.8% | - |
| XYZ | 54.75 | 59.74 | 49.2 | - |
| YUV | 201.58 | 113 | 130.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 205 | 175 | 0 | 0 | 0.15 | 0.20 | 60 | 0.23 | 0.75 |
| Hex | CD | CD | AF | 0 | 0 | F | 14 | 3C | 17 | 4B |
| Octal | 315 | 315 | 257 | 0 | 0 | 17 | 24 | 74 | 27 | 113 |
| Binary | 11001101 | 11001101 | 10101111 | 0 | 0 | 1111 | 10100 | 111100 | 10111 | 1001011 |
Color Harmonies of #CDCDAF
Complementary color
Monochromatic Colors of #CDCDAF
Black with #CDCDAF
Text Example
Text Example
White with #CDCDAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDCDAF; }
p { color: rgb(205,205,175); }
H1.HeaderClassName
{
color: #CDCDAF;
}
.AnyTagClassName
{
color: #CDCDAF;
}
</style>
background-color css
<style>
a { background-color: #CDCDAF; }
a { background-color: rgb(205,205,175); }
div.DivClassName
{
background-color: #CDCDAF;
}
.BgClassName
{
background-color: #CDCDAF;
}
</style>
border-color css
<style>
span { border-color: #CDCDAF; }
span { border-color: rgb(205,205,175); }
td.TdClassName
{
border-color: #CDCDAF;
}
.TagClassName
{
border-color: #CDCDAF;
}
</style>