Shades of Orinoco #CFCDA5
Tints of Orinoco #CFCDA5
RGB
CMYK
RGB Variations
Color information
#CFCDA5 (or 0xCFCDA5) is known color: Orinoco. HEX triplet: CF, CD and A5. RGB value is (207,205,165). Sum of RGB (Red+Green+Blue) = 207+205+165=577 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.88% from 577); Green value is 205 (80.47% from 255 or 35.53% from 577); Blue value is 165 (64.84% from 255 or 28.60% from 577); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCDA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFCDA5 is #30325A. Grayscale: #C9C9C9. Windows color (decimal): -3158619 or 10866127. OLE color: 10866127.
HSL color Cylindrical-coordinate representation of color #CFCDA5: hue angle of 57.14º degrees, saturation: 0.3, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CFCDA5 is Cyan = 0, Magento = 0.01, Yellow = 0.20 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 205 | 165 | - |
| CMYK | 0 | 0.01 | 0.20 | 0.19 |
| HSL | 57.14º | 0.3% | 0.73% | - |
| HSV(B) | 57.14º | 0.2% | 0.81% | - |
| XYZ | 54.35 | 59.64 | 44.25 | - |
| YUV | 201.04 | 107.66 | 132.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 205 | 165 | 0 | 0.01 | 0.20 | 0.19 | 57.14 | 0.3 | 0.73 |
| Hex | CF | CD | A5 | 0 | 1 | 14 | 13 | 39 | 1E | 49 |
| Octal | 317 | 315 | 245 | 0 | 1 | 24 | 23 | 71 | 36 | 111 |
| Binary | 11001111 | 11001101 | 10100101 | 0 | 1 | 10100 | 10011 | 111001 | 11110 | 1001001 |
Color Harmonies of #CFCDA5
Complementary color
Monochromatic Colors of #CFCDA5
Black with #CFCDA5
Text Example
Text Example
White with #CFCDA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCDA5; }
p { color: rgb(207,205,165); }
H1.HeaderClassName
{
color: #CFCDA5;
}
.AnyTagClassName
{
color: #CFCDA5;
}
</style>
background-color css
<style>
a { background-color: #CFCDA5; }
a { background-color: rgb(207,205,165); }
div.DivClassName
{
background-color: #CFCDA5;
}
.BgClassName
{
background-color: #CFCDA5;
}
</style>
border-color css
<style>
span { border-color: #CFCDA5; }
span { border-color: rgb(207,205,165); }
td.TdClassName
{
border-color: #CFCDA5;
}
.TagClassName
{
border-color: #CFCDA5;
}
</style>