Shades of Orinoco #CFD2AB
Tints of Orinoco #CFD2AB
RGB
CMYK
RGB Variations
Color information
#CFD2AB (or 0xCFD2AB) is known color: Orinoco. HEX triplet: CF, D2 and AB. RGB value is (207,210,171). Sum of RGB (Red+Green+Blue) = 207+210+171=588 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.20% from 588); Green value is 210 (82.42% from 255 or 35.71% from 588); Blue value is 171 (67.19% from 255 or 29.08% from 588); Max value from RGB is 210 - color contains mainly: green. Hex color #CFD2AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFD2AB is #302D54. Grayscale: #CCCCCC. Windows color (decimal): -3157333 or 11260623. OLE color: 11260623.
HSL color Cylindrical-coordinate representation of color #CFD2AB: hue angle of 64.62º degrees, saturation: 0.3, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CFD2AB is Cyan = 0.01, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 207 | 210 | 171 | - |
| CMYK | 0.01 | 0 | 0.19 | 0.18 |
| HSL | 64.62º | 0.3% | 0.75% | - |
| HSV(B) | 64.62º | 0.19% | 0.82% | - |
| XYZ | 56.13 | 62.3 | 47.59 | - |
| YUV | 204.66 | 109.01 | 129.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 210 | 171 | 0.01 | 0 | 0.19 | 0.18 | 64.62 | 0.3 | 0.75 |
| Hex | CF | D2 | AB | 1 | 0 | 13 | 12 | 41 | 1E | 4B |
| Octal | 317 | 322 | 253 | 1 | 0 | 23 | 22 | 101 | 36 | 113 |
| Binary | 11001111 | 11010010 | 10101011 | 1 | 0 | 10011 | 10010 | 1000001 | 11110 | 1001011 |
Color Harmonies of #CFD2AB
Complementary color
Monochromatic Colors of #CFD2AB
Black with #CFD2AB
Text Example
Text Example
White with #CFD2AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD2AB; }
p { color: rgb(207,210,171); }
H1.HeaderClassName
{
color: #CFD2AB;
}
.AnyTagClassName
{
color: #CFD2AB;
}
</style>
background-color css
<style>
a { background-color: #CFD2AB; }
a { background-color: rgb(207,210,171); }
div.DivClassName
{
background-color: #CFD2AB;
}
.BgClassName
{
background-color: #CFD2AB;
}
</style>
border-color css
<style>
span { border-color: #CFD2AB; }
span { border-color: rgb(207,210,171); }
td.TdClassName
{
border-color: #CFD2AB;
}
.TagClassName
{
border-color: #CFD2AB;
}
</style>