Shades of Orinoco #CFD6B3
Tints of Orinoco #CFD6B3
RGB
CMYK
RGB Variations
Color information
#CFD6B3 (or 0xCFD6B3) is known color: Orinoco. HEX triplet: CF, D6 and B3. RGB value is (207,214,179). Sum of RGB (Red+Green+Blue) = 207+214+179=600 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.5% from 600); Green value is 214 (83.98% from 255 or 35.67% from 600); Blue value is 179 (70.31% from 255 or 29.83% from 600); Max value from RGB is 214 - color contains mainly: green. Hex color #CFD6B3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFD6B3 is #30294C. Grayscale: #D0D0D0. Windows color (decimal): -3156301 or 11785935. OLE color: 11785935.
HSL color Cylindrical-coordinate representation of color #CFD6B3: hue angle of 72º degrees, saturation: 0.3, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CFD6B3 is Cyan = 0.03, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 207 | 214 | 179 | - |
| CMYK | 0.03 | 0 | 0.16 | 0.16 |
| HSL | 72º | 0.3% | 0.77% | - |
| HSV(B) | 72º | 0.16% | 0.84% | - |
| XYZ | 57.92 | 64.61 | 52.07 | - |
| YUV | 207.92 | 111.68 | 127.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 214 | 179 | 0.03 | 0 | 0.16 | 0.16 | 72 | 0.3 | 0.77 |
| Hex | CF | D6 | B3 | 3 | 0 | 10 | 10 | 48 | 1E | 4D |
| Octal | 317 | 326 | 263 | 3 | 0 | 20 | 20 | 110 | 36 | 115 |
| Binary | 11001111 | 11010110 | 10110011 | 11 | 0 | 10000 | 10000 | 1001000 | 11110 | 1001101 |
Color Harmonies of #CFD6B3
Complementary color
Monochromatic Colors of #CFD6B3
Black with #CFD6B3
Text Example
Text Example
White with #CFD6B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD6B3; }
p { color: rgb(207,214,179); }
H1.HeaderClassName
{
color: #CFD6B3;
}
.AnyTagClassName
{
color: #CFD6B3;
}
</style>
background-color css
<style>
a { background-color: #CFD6B3; }
a { background-color: rgb(207,214,179); }
div.DivClassName
{
background-color: #CFD6B3;
}
.BgClassName
{
background-color: #CFD6B3;
}
</style>
border-color css
<style>
span { border-color: #CFD6B3; }
span { border-color: rgb(207,214,179); }
td.TdClassName
{
border-color: #CFD6B3;
}
.TagClassName
{
border-color: #CFD6B3;
}
</style>