Shades of Orinoco #CFD6A8
Tints of Orinoco #CFD6A8
RGB
CMYK
RGB Variations
Color information
#CFD6A8 (or 0xCFD6A8) is known color: Orinoco. HEX triplet: CF, D6 and A8. RGB value is (207,214,168). Sum of RGB (Red+Green+Blue) = 207+214+168=589 (78% of max value = 765). Red value is 207 (81.25% from 255 or 35.14% from 589); Green value is 214 (83.98% from 255 or 36.33% from 589); Blue value is 168 (66.02% from 255 or 28.52% from 589); Max value from RGB is 214 - color contains mainly: green. Hex color #CFD6A8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFD6A8 is #302957. Grayscale: #CECECE. Windows color (decimal): -3156312 or 11065039. OLE color: 11065039.
HSL color Cylindrical-coordinate representation of color #CFD6A8: hue angle of 69.13º degrees, saturation: 0.36, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CFD6A8 is Cyan = 0.03, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 207 | 214 | 168 | - |
| CMYK | 0.03 | 0 | 0.21 | 0.16 |
| HSL | 69.13º | 0.36% | 0.75% | - |
| HSV(B) | 69.13º | 0.21% | 0.84% | - |
| XYZ | 56.85 | 64.19 | 46.44 | - |
| YUV | 206.66 | 106.18 | 128.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 214 | 168 | 0.03 | 0 | 0.21 | 0.16 | 69.13 | 0.36 | 0.75 |
| Hex | CF | D6 | A8 | 3 | 0 | 15 | 10 | 45 | 24 | 4B |
| Octal | 317 | 326 | 250 | 3 | 0 | 25 | 20 | 105 | 44 | 113 |
| Binary | 11001111 | 11010110 | 10101000 | 11 | 0 | 10101 | 10000 | 1000101 | 100100 | 1001011 |
Color Harmonies of #CFD6A8
Complementary color
Monochromatic Colors of #CFD6A8
Black with #CFD6A8
Text Example
Text Example
White with #CFD6A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD6A8; }
p { color: rgb(207,214,168); }
H1.HeaderClassName
{
color: #CFD6A8;
}
.AnyTagClassName
{
color: #CFD6A8;
}
</style>
background-color css
<style>
a { background-color: #CFD6A8; }
a { background-color: rgb(207,214,168); }
div.DivClassName
{
background-color: #CFD6A8;
}
.BgClassName
{
background-color: #CFD6A8;
}
</style>
border-color css
<style>
span { border-color: #CFD6A8; }
span { border-color: rgb(207,214,168); }
td.TdClassName
{
border-color: #CFD6A8;
}
.TagClassName
{
border-color: #CFD6A8;
}
</style>