Shades of Orinoco #CFD5B3
Tints of Orinoco #CFD5B3
RGB
CMYK
RGB Variations
Color information
#CFD5B3 (or 0xCFD5B3) is known color: Orinoco. HEX triplet: CF, D5 and B3. RGB value is (207,213,179). Sum of RGB (Red+Green+Blue) = 207+213+179=599 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.56% from 599); Green value is 213 (83.59% from 255 or 35.56% from 599); Blue value is 179 (70.31% from 255 or 29.88% from 599); Max value from RGB is 213 - color contains mainly: green. Hex color #CFD5B3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFD5B3 is #302A4C. Grayscale: #CFCFCF. Windows color (decimal): -3156557 or 11785679. OLE color: 11785679.
HSL color Cylindrical-coordinate representation of color #CFD5B3: hue angle of 70.59º degrees, saturation: 0.29, 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 #CFD5B3 is Cyan = 0.03, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 207 | 213 | 179 | - |
| CMYK | 0.03 | 0 | 0.16 | 0.16 |
| HSL | 70.59º | 0.29% | 0.77% | - |
| HSV(B) | 70.59º | 0.16% | 0.84% | - |
| XYZ | 57.66 | 64.11 | 51.98 | - |
| YUV | 207.33 | 112.01 | 127.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 213 | 179 | 0.03 | 0 | 0.16 | 0.16 | 70.59 | 0.29 | 0.77 |
| Hex | CF | D5 | B3 | 3 | 0 | 10 | 10 | 47 | 1D | 4D |
| Octal | 317 | 325 | 263 | 3 | 0 | 20 | 20 | 107 | 35 | 115 |
| Binary | 11001111 | 11010101 | 10110011 | 11 | 0 | 10000 | 10000 | 1000111 | 11101 | 1001101 |
Color Harmonies of #CFD5B3
Complementary color
Monochromatic Colors of #CFD5B3
Black with #CFD5B3
Text Example
Text Example
White with #CFD5B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD5B3; }
p { color: rgb(207,213,179); }
H1.HeaderClassName
{
color: #CFD5B3;
}
.AnyTagClassName
{
color: #CFD5B3;
}
</style>
background-color css
<style>
a { background-color: #CFD5B3; }
a { background-color: rgb(207,213,179); }
div.DivClassName
{
background-color: #CFD5B3;
}
.BgClassName
{
background-color: #CFD5B3;
}
</style>
border-color css
<style>
span { border-color: #CFD5B3; }
span { border-color: rgb(207,213,179); }
td.TdClassName
{
border-color: #CFD5B3;
}
.TagClassName
{
border-color: #CFD5B3;
}
</style>