Shades of Orinoco #CFD4A7
Tints of Orinoco #CFD4A7
RGB
CMYK
RGB Variations
Color information
#CFD4A7 (or 0xCFD4A7) is known color: Orinoco. HEX triplet: CF, D4 and A7. RGB value is (207,212,167). Sum of RGB (Red+Green+Blue) = 207+212+167=586 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.32% from 586); Green value is 212 (83.20% from 255 or 36.18% from 586); Blue value is 167 (65.62% from 255 or 28.50% from 586); Max value from RGB is 212 - color contains mainly: green. Hex color #CFD4A7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFD4A7 is #302B58. Grayscale: #CDCDCD. Windows color (decimal): -3156825 or 10998991. OLE color: 10998991.
HSL color Cylindrical-coordinate representation of color #CFD4A7: hue angle of 66.67º degrees, saturation: 0.34, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CFD4A7 is Cyan = 0.02, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 207 | 212 | 167 | - |
| CMYK | 0.02 | 0 | 0.21 | 0.17 |
| HSL | 66.67º | 0.34% | 0.74% | - |
| HSV(B) | 66.67º | 0.21% | 0.83% | - |
| XYZ | 56.25 | 63.14 | 45.78 | - |
| YUV | 205.38 | 106.34 | 129.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 212 | 167 | 0.02 | 0 | 0.21 | 0.17 | 66.67 | 0.34 | 0.74 |
| Hex | CF | D4 | A7 | 2 | 0 | 15 | 11 | 43 | 22 | 4A |
| Octal | 317 | 324 | 247 | 2 | 0 | 25 | 21 | 103 | 42 | 112 |
| Binary | 11001111 | 11010100 | 10100111 | 10 | 0 | 10101 | 10001 | 1000011 | 100010 | 1001010 |
Color Harmonies of #CFD4A7
Complementary color
Monochromatic Colors of #CFD4A7
Black with #CFD4A7
Text Example
Text Example
White with #CFD4A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD4A7; }
p { color: rgb(207,212,167); }
H1.HeaderClassName
{
color: #CFD4A7;
}
.AnyTagClassName
{
color: #CFD4A7;
}
</style>
background-color css
<style>
a { background-color: #CFD4A7; }
a { background-color: rgb(207,212,167); }
div.DivClassName
{
background-color: #CFD4A7;
}
.BgClassName
{
background-color: #CFD4A7;
}
</style>
border-color css
<style>
span { border-color: #CFD4A7; }
span { border-color: rgb(207,212,167); }
td.TdClassName
{
border-color: #CFD4A7;
}
.TagClassName
{
border-color: #CFD4A7;
}
</style>