Shades of Orinoco #CFD0B3
Tints of Orinoco #CFD0B3
RGB
CMYK
RGB Variations
Color information
#CFD0B3 (or 0xCFD0B3) is known color: Orinoco. HEX triplet: CF, D0 and B3. RGB value is (207,208,179). Sum of RGB (Red+Green+Blue) = 207+208+179=594 (78% of max value = 765). Red value is 207 (81.25% from 255 or 34.85% from 594); Green value is 208 (81.64% from 255 or 35.02% from 594); Blue value is 179 (70.31% from 255 or 30.13% from 594); Max value from RGB is 208 - color contains mainly: green. Hex color #CFD0B3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFD0B3 is #302F4C. Grayscale: #CCCCCC. Windows color (decimal): -3157837 or 11784399. OLE color: 11784399.
HSL color Cylindrical-coordinate representation of color #CFD0B3: hue angle of 62.07º degrees, saturation: 0.24, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CFD0B3 is Cyan = 0.00, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 207 | 208 | 179 | - |
| CMYK | 0.00 | 0 | 0.14 | 0.18 |
| HSL | 62.07º | 0.24% | 0.76% | - |
| HSV(B) | 62.07º | 0.14% | 0.82% | - |
| XYZ | 56.42 | 61.63 | 51.57 | - |
| YUV | 204.4 | 113.67 | 129.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 208 | 179 | 0.00 | 0 | 0.14 | 0.18 | 62.07 | 0.24 | 0.76 |
| Hex | CF | D0 | B3 | 0 | 0 | E | 12 | 3E | 18 | 4C |
| Octal | 317 | 320 | 263 | 0 | 0 | 16 | 22 | 76 | 30 | 114 |
| Binary | 11001111 | 11010000 | 10110011 | 0 | 0 | 1110 | 10010 | 111110 | 11000 | 1001100 |
Color Harmonies of #CFD0B3
Complementary color
Monochromatic Colors of #CFD0B3
Black with #CFD0B3
Text Example
Text Example
White with #CFD0B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD0B3; }
p { color: rgb(207,208,179); }
H1.HeaderClassName
{
color: #CFD0B3;
}
.AnyTagClassName
{
color: #CFD0B3;
}
</style>
background-color css
<style>
a { background-color: #CFD0B3; }
a { background-color: rgb(207,208,179); }
div.DivClassName
{
background-color: #CFD0B3;
}
.BgClassName
{
background-color: #CFD0B3;
}
</style>
border-color css
<style>
span { border-color: #CFD0B3; }
span { border-color: rgb(207,208,179); }
td.TdClassName
{
border-color: #CFD0B3;
}
.TagClassName
{
border-color: #CFD0B3;
}
</style>