Shades of Orinoco #CFCDAB
Tints of Orinoco #CFCDAB
RGB
CMYK
RGB Variations
Color information
#CFCDAB (or 0xCFCDAB) is known color: Orinoco. HEX triplet: CF, CD and AB. RGB value is (207,205,171). Sum of RGB (Red+Green+Blue) = 207+205+171=583 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.51% from 583); Green value is 205 (80.47% from 255 or 35.16% from 583); Blue value is 171 (67.19% from 255 or 29.33% from 583); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCDAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFCDAB is #303254. Grayscale: #C9C9C9. Windows color (decimal): -3158613 or 11259343. OLE color: 11259343.
HSL color Cylindrical-coordinate representation of color #CFCDAB: hue angle of 56.67º degrees, saturation: 0.27, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CFCDAB is Cyan = 0, Magento = 0.01, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 205 | 171 | - |
| CMYK | 0 | 0.01 | 0.17 | 0.19 |
| HSL | 56.67º | 0.27% | 0.74% | - |
| HSV(B) | 56.67º | 0.17% | 0.81% | - |
| XYZ | 54.91 | 59.87 | 47.19 | - |
| YUV | 201.72 | 110.66 | 131.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 205 | 171 | 0 | 0.01 | 0.17 | 0.19 | 56.67 | 0.27 | 0.74 |
| Hex | CF | CD | AB | 0 | 1 | 11 | 13 | 39 | 1B | 4A |
| Octal | 317 | 315 | 253 | 0 | 1 | 21 | 23 | 71 | 33 | 112 |
| Binary | 11001111 | 11001101 | 10101011 | 0 | 1 | 10001 | 10011 | 111001 | 11011 | 1001010 |
Color Harmonies of #CFCDAB
Complementary color
Monochromatic Colors of #CFCDAB
Black with #CFCDAB
Text Example
Text Example
White with #CFCDAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCDAB; }
p { color: rgb(207,205,171); }
H1.HeaderClassName
{
color: #CFCDAB;
}
.AnyTagClassName
{
color: #CFCDAB;
}
</style>
background-color css
<style>
a { background-color: #CFCDAB; }
a { background-color: rgb(207,205,171); }
div.DivClassName
{
background-color: #CFCDAB;
}
.BgClassName
{
background-color: #CFCDAB;
}
</style>
border-color css
<style>
span { border-color: #CFCDAB; }
span { border-color: rgb(207,205,171); }
td.TdClassName
{
border-color: #CFCDAB;
}
.TagClassName
{
border-color: #CFCDAB;
}
</style>