Shades of Orinoco #CFCFB3
Tints of Orinoco #CFCFB3
RGB
CMYK
RGB Variations
Color information
#CFCFB3 (or 0xCFCFB3) is known color: Orinoco. HEX triplet: CF, CF and B3. RGB value is (207,207,179). Sum of RGB (Red+Green+Blue) = 207+207+179=593 (78% of max value = 765). Red value is 207 (81.25% from 255 or 34.91% from 593); Green value is 207 (81.25% from 255 or 34.91% from 593); Blue value is 179 (70.31% from 255 or 30.19% from 593); Max value from RGB is 207 - color contains mainly: red, green. Hex color #CFCFB3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFCFB3 is #30304C. Grayscale: #CBCBCB. Windows color (decimal): -3158093 or 11784143. OLE color: 11784143.
HSL color Cylindrical-coordinate representation of color #CFCFB3: hue angle of 60º degrees, saturation: 0.23, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CFCFB3 is Cyan = 0, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 207 | 179 | - |
| CMYK | 0 | 0 | 0.14 | 0.19 |
| HSL | 60º | 0.23% | 0.76% | - |
| HSV(B) | 60º | 0.14% | 0.81% | - |
| XYZ | 56.18 | 61.15 | 51.49 | - |
| YUV | 203.81 | 114 | 130.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 207 | 179 | 0 | 0 | 0.14 | 0.19 | 60 | 0.23 | 0.76 |
| Hex | CF | CF | B3 | 0 | 0 | E | 13 | 3C | 17 | 4C |
| Octal | 317 | 317 | 263 | 0 | 0 | 16 | 23 | 74 | 27 | 114 |
| Binary | 11001111 | 11001111 | 10110011 | 0 | 0 | 1110 | 10011 | 111100 | 10111 | 1001100 |
Color Harmonies of #CFCFB3
Complementary color
Monochromatic Colors of #CFCFB3
Black with #CFCFB3
Text Example
Text Example
White with #CFCFB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCFB3; }
p { color: rgb(207,207,179); }
H1.HeaderClassName
{
color: #CFCFB3;
}
.AnyTagClassName
{
color: #CFCFB3;
}
</style>
background-color css
<style>
a { background-color: #CFCFB3; }
a { background-color: rgb(207,207,179); }
div.DivClassName
{
background-color: #CFCFB3;
}
.BgClassName
{
background-color: #CFCFB3;
}
</style>
border-color css
<style>
span { border-color: #CFCFB3; }
span { border-color: rgb(207,207,179); }
td.TdClassName
{
border-color: #CFCFB3;
}
.TagClassName
{
border-color: #CFCFB3;
}
</style>